mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 19:58:14 +08:00
Add Generator command to generate emoji lookup table
This commit is contained in:

committed by
Patrik Svensson

parent
11d331e31d
commit
a7b7d4e556
@ -11,6 +11,7 @@ namespace Generator
|
||||
app.Configure(config =>
|
||||
{
|
||||
config.AddCommand<ColorGeneratorCommand>("colors");
|
||||
config.AddCommand<EmojiGeneratorCommand>("emoji");
|
||||
});
|
||||
|
||||
return app.Run(args);
|
||||
|
Reference in New Issue
Block a user