mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06:00
Does this work?
This commit is contained in:
parent
dc2f8855d2
commit
3bcbaf6b9a
|
|
@ -6,7 +6,7 @@ using CliFx.Binding;
|
||||||
using CliFx.Infrastructure;
|
using CliFx.Infrastructure;
|
||||||
|
|
||||||
return await new CommandLineApplicationBuilder()
|
return await new CommandLineApplicationBuilder()
|
||||||
.AddCommand<PublishMacOSBundleCommand>()
|
.AddCommandsFromThisAssembly()
|
||||||
.Build()
|
.Build()
|
||||||
.RunAsync(args);
|
.RunAsync(args);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue