coffee_cli 0.3.1 copy "coffee_cli: ^0.3.1" to clipboard
coffee_cli: ^0.3.1 copied to clipboard

Dart 1 only

Easy way to create interactive command line application.

Changelog #

0.3.1 #

  • Better usage
  • Fix some bug on questions

0.3.0 #

  • When allowed is provide in a parameter, the cli provide an interactive chooser of available parameter

###Breaking Change

  • Construction of the cli has no change, you can now:
    • create a class extending CoffeeCli and annotate you function
    • instanciate CoffeeCli and use addCommand

see README

0.2.1 #

  • Fix various bugs

0.2.0 #

###Breaking Change

  • CoffeeParameter
    • possibleValues in CoffeeParameter change by allowed
    • bool parameter are no define as a flag
  • CoffeeCommand
    • command rename by executable
    • subcommands rename by commands
  • Can add CoffeeCommand as subcommand of an other CoffeeCommand
  • Better usage

0.1.1 #

Fix usage

0.1.0 #

Easy way to create interactive command line application

0
likes
40
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Easy way to create interactive command line application.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ansicolor, args, console, resource, stack_trace, worker

More

Packages that depend on coffee_cli