teal-language/cyan

`cyan build -q` did not produce quiet output when used alongside other options

hishamhm opened this issue · 1 comments

cyan --help says -q --quiet works like -v quiet, but when I tried cyan build -q --build-dir ../build and cyan build --quiet --build-dir ../build, I still got the "Info" output, but when running cyan build -v quiet --build-dir ../build, they did not show.

@euclidianAce Thank you!!