testdouble / scripty

Because no one should be shell-scripting inside a JSON file.
MIT License
963 stars 23 forks source link

Default to silent mode; allow verbose option #70

Closed jasonkarns closed 5 years ago

jasonkarns commented 5 years ago

All my scripty usages have silent mode on, but I dislike needing the configuration block for every one.

Per the unix guidelines, I think scripty should be silent by default, and instead have a verbose flag. (Dry run mode should probably then imply verbose.)

searls commented 5 years ago

i'm fine with this