Console applications with Spectre.Console
TL;DR Spectre.Console not only makes it easier to create beautiful console applications, but also it provides an application model to bind args[] to git-style commands. var app = new CommandApp(); app.Configure(c => { c.AddCommand<ExportBots>("s...
Jan 22, 20226 min read98


