We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf6409 commit 0dc7815Copy full SHA for 0dc7815
bin/dotc
@@ -166,7 +166,7 @@ case "$1" in
166
--) shift; for arg; do addResidual "$arg"; done; set -- ;;
167
-h|-help) help=true && shift ;;
168
-bootstrapped) bootstrapped=true && shift ;;
169
- -v|-verbose) verbose=true && shift ;;
+ -v|-verbose) verbose=true && addScala "-verbose" && shift ;;
170
-debug) debug=true && shift ;;
171
-q|-quiet) quiet=true && shift ;;
172
0 commit comments