Remove autoupdate feature from CLI entirely

This commit is contained in:
Oleksii Holub
2018-11-02 16:24:06 +02:00
parent d28e81f8dc
commit 4144911208
3 changed files with 1 additions and 50 deletions

View File

@@ -1,9 +0,0 @@
using CommandLine;
namespace DiscordChatExporter.Cli.Verbs.Options
{
[Verb("update", HelpText = "Updates this application to the latest version.")]
public class UpdateAppOptions
{
}
}