Fully featured command line argument parsing library.
- Built for complex CLI applications
- Converts string arguments to types
- Supports command hierarchies
- Binds arguments to any
IParsable<T>and theirNullable<T>compliments, enums, strings, collections, and more - Leverages a source generator for a reflection free, AOT-trimmable application
- Integrates a fully customizable help system
- Supports response files and directives
- Extensible with other add-ons
Add the package to your application
> dotnet add package vertical-cli --prerelease