266 Views
I've been playing around with building a simple application that I wanted to have command line support. While researching the available .Net options for command-line parsing I discovered the System.CommandLine library. It appears that it was created to support all the new .Net commands like dotnet run so I assume it would work just fine for my needs.
0 comments