Creates a new instance of CommandApp.
public CommandApp(string name, string? help = null, CommandConfig? config = null)
The name of the command line application. Default is the exe name returned by System.Environment.ProcessPath.
The optional help for this command.
The configuration for this command line application.