args_helper 0.0.11 copy "args_helper: ^0.0.11" to clipboard
args_helper: ^0.0.11 copied to clipboard

Dart 1 only

ArgsHelper intended to help prototyping, implementation and use of the command-line programs with multiple commands (options and arguments).

0.0.11 #

  • Added shell descriptor ArgsShell

0.0.10 #

  • Added configuration parser ArgsParser

0.0.9 #

  • Fixed bug (check the medhod parameter for rest) in ArgsHelper._checkMethod()

0.0.8 #

  • Updated specification (rest.allowMultiple, rest.name)

0.0.7 #

  • Added an attribute allowMultiple to the remaining arguments (rest)

0.0.6 #

  • Modified example/my_program.dart for demonstration the option attribute required

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
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

ArgsHelper intended to help prototyping, implementation and use of the command-line programs with multiple commands (options and arguments).

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, logging

More

Packages that depend on args_helper