mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 19:58:14 +08:00
Add AsciiCast demos for docs
This commit is contained in:

committed by
Patrik Svensson

parent
69fdae70c0
commit
46abadaccb
@ -1,5 +1,5 @@
|
||||
using Generator.Commands;
|
||||
using Spectre.Cli;
|
||||
using Spectre.Console.Cli;
|
||||
|
||||
namespace Generator
|
||||
{
|
||||
@ -13,6 +13,7 @@ namespace Generator
|
||||
config.AddCommand<ColorGeneratorCommand>("colors");
|
||||
config.AddCommand<EmojiGeneratorCommand>("emoji");
|
||||
config.AddCommand<SpinnerGeneratorCommand>("spinners");
|
||||
config.AddCommand<SampleCommand>("samples");
|
||||
});
|
||||
|
||||
return app.Run(args);
|
||||
|
Reference in New Issue
Block a user