azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
899 stars 63 forks source link

Add option `--yes` or `-y` in the CLI. #622

Open gullitmiranda opened 8 years ago

gullitmiranda commented 8 years ago

Currently, if the --quiet option is used, azk considers the default value as answers for prompted questions. In some cases, the default value causes the command to exit. For scripts and even for CLI, an option that considers yes as answer would be really useful.