coffee_cli 0.3.1
coffee_cli: ^0.3.1 copied to clipboard
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
CoffeeCliand annotate you function - instanciate
CoffeeCliand useaddCommand
- create a class extending
see README
0.2.1 #
- Fix various bugs
0.2.0 #
###Breaking Change
CoffeeParameterpossibleValuesinCoffeeParameterchange byallowedboolparameter are no define as a flag
CoffeeCommandcommandrename byexecutablesubcommandsrename bycommands
- 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