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...
nikiforovall.hashnode.dev6 min read
James Shelley
Senior .NET Developer
Good stuff! I used Spectre.Console along with the Azure DevOps API to build a small work CLI for monitoring devops pipeline builds and releases!