Open ReinhardKeil opened 1 month ago
csolution has the option:
-d, --debug Enable debug messages
-q, --quiet Run silently, printing only error messages
-v, --verbose Enable verbose messages
Why does cbuild setup
invoke csolution convert --quiet
?
What happens if neither -d
nor -q
nor -v
used instead of changing the meaning of quiet
.
cbuild with default options will no longer call csolution with --quite. Review if csolution info message should be under --verbose.
The Problem To Be Solved
Using
csolution convert ... --quiet
suppresses warnings. As consequence thecbuild setup
command does also not show any warnings.Suggest A Solution
I believe warnings should be also shown when using the option
--quiet