Disable UpdateAppOptions in CLI

pull/91/merge
Alexey Golub 6 years ago
parent 8e38adae7e
commit f0d99676a3

@ -44,7 +44,7 @@ namespace DiscordChatExporter.Cli
typeof(GetChannelsOptions),
typeof(GetDirectMessageChannelsOptions),
typeof(GetGuildsOptions),
typeof(UpdateAppOptions)
//typeof(UpdateAppOptions)
};
// Parse command line arguments

Loading…
Cancel
Save