What does HackerNews think of command-line-api?

Command line parsing, invocation, and rendering of terminal output.

Language: C#

#4 in .NET
#201 in Hacktoberfest
#6 in Parsing
#47 in Terminal
This looks really nice.

I've been spending a lot of time with python lately because of new project work, I had never really used python before. It's been really cool to keep finding stuff like this.

The equivalent of something like in the .net world (eg https://github.com/dotnet/command-line-api) and even powershell modules (https://learn.microsoft.com/en-us/powershell/module/microsof...) have a steeper learning curve and take significantly MORE work to set up for the end-user.

For console apps I've been using .NET Foundation's System.CommandLine [1] recently.

It looks like this Spectre.Console you are using is a bit more fancy albeit a lot newer.

1 - https://github.com/dotnet/command-line-api/