args_helper 0.0.7 args_helper: ^0.0.7 copied to clipboard
ArgsHelper intended to help prototyping, implementation and use of the command-line programs with multiple commands (options and arguments).
0.0.7 #
- Added an attribute
allowMultiple
to the remaining arguments (rest)
0.0.6 #
- Modified
example/my_program.dart
for demonstration the option attributerequired
0.0.5 #
- Added an attribute
required
to the command option
0.0.4 #
- Most of the configuration errors are displayed at end of parsing process
0.0.3 #
- Added the documentation on the specification format
- Removed example
example/example_shell.dart
0.0.2 #
- Fixed error in
example/my_program.dart