zimfw/src/tools
Eric Nielsen 92e6d6b74b
Don't output warnings in quiet mode
For sake of simplicity, and also to distinguish warnings from errors.
So now we have:
  * errors: output to stderr, are **not** silenced with `-q`
  * warnings: output to stderr, are silenced with `-q`
  * info: output to stdout, are silenced with `-q`
  * solicited output (like help, info, or list): output to stdout, does
    not make sense to be silenced with `-q`

We also only have warning in 3 situations so far...  :- )
2021-09-21 16:47:04 -05:00
..
degit.zsh.erb Don't output warnings in quiet mode 2021-09-21 16:47:04 -05:00
git.zsh.erb Add list action, don't run tool on external module 2021-09-19 13:37:13 -05:00