Command line argument parsing in .NET Core with Microsoft.Extensions.CommandLineUtils

In a recent .NET Standard/Core based library, I found myself needing to include some command line tooling. I never found a command line argument parsing library I really liked for full .NET Framework apps, so I decided to hunt for any new possibilities for a netcoreapp. Happily I found a very nice little utility that’s …

Command line argument parsing in .NET Core with Microsoft.Extensions.CommandLineUtils Read More »