A command management system compatible with .NET core >= 2.0. and .NET classic framework (including the obsolete .NET framework 2.0). Definition of commands, parsing of command-line arguments, execution of commands.
Commands can be defined using a Startup class (similarly to ASP.NET Core)...
More information
Allows creating CommandLine applications using Microsoft.Extensions.CommandLineUtils together with DI, Configuration and Logging in a convenient way similar to AspNetCore Hosting.