Easy argument parsing for .Net Core applications.
- Use the
main
args
or any other string array - Enforce named required options (with values)
- Supports named optional options (with values)
- Supports named optional flags
- Renders info on supported flags/options
- Parsing generates simple collections of options and flags
- Provides a collection of error messages
- Missing required options
- Unknown flags or options
- Values not attached to options
Copyright K Cartlidge 2020. Licensed as GNU AGPLv3.
See the CHANGELOG for current status.