commanded 0.0.4
commanded: ^0.0.4 copied to clipboard
A Dart package to make parsing CLI arguments easier and safer.
0.0.0 #
- Initial beta! Please note that the API will very likely change from now to the public release.
0.0.1 #
- Added converter validators.
- Updated and added some documentation.
0.0.2 #
- Added field validation at build.
- Updated documentation.
0.0.3 #
- Fixed a lot of bugs.
0.0.4 #
- Added functions like
addArguments,addOptions, etc toHelpBuilderandUsageBuilder. - Added new command setting to control if the parser should parse invalid flags as positional arguments. (
errorOnInvalidOptions) - Changed a couple small things related to builder rendering.