go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Add global flag in CLI for 'Automatic "yes"' to prompts #193

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

The goal is to add global flag in CLI.

-y, --yes - Automatic yes to prompts. Assume "yes" as answer to all prompts and run non-interactively.

jeevatkm commented 6 years ago

Its done 😄