zimfw/src
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
..
stage2 Don't output warnings in quiet mode 2021-09-21 16:47:04 -05:00
templates Init and compile local modules in their directories 2020-06-09 21:34:21 -05:00
tools Don't output warnings in quiet mode 2021-09-21 16:47:04 -05:00
zimfw.zsh.erb Show a more informative error when running zmodule 2021-09-20 21:21:27 -05:00