Add Generator command to generate emoji lookup table

This commit is contained in:
Kristian Hellang
2020-09-15 22:51:55 +02:00
committed by Patrik Svensson
parent 11d331e31d
commit a7b7d4e556
6 changed files with 209 additions and 0 deletions

View File

@ -11,6 +11,7 @@ namespace Generator
app.Configure(config =>
{
config.AddCommand<ColorGeneratorCommand>("colors");
config.AddCommand<EmojiGeneratorCommand>("emoji");
});
return app.Run(args);