ookii.commandline
ookii.commandline copied to clipboard
Ookii.CommandLine enables comprehensive command line argument parsing for .Net applications. It allows you to easily define required, optional, positional and named arguments, parse the command line,...
Currently, `Automatic Help` would have its alias `-?` `-h` I think we should also add the default alias `-v` for the `Automatic Version`, or at least give a way to...
**Problem Description** When generating help text via --help, the ArgumentDescriptionListOrder property only supports sorting by usage syntax or alphabetical order. There is no option to sort arguments based on their...