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 0dc7815 commit 53cd244Copy full SHA for 53cd244
dist/bin/dotc
@@ -75,7 +75,7 @@ while [[ $# -gt 0 ]]; do
75
case "$1" in
76
--) shift; for arg; do addResidual "$arg"; done; set -- ;;
77
-h|-help) help=true && shift ;;
78
- -v|-verbose) verbose=true && shift ;;
+ -v|-verbose) verbose=true && addScala "-verbose" && shift ;;
79
-debug) DEBUG="$DEBUG_STR" && shift ;;
80
-q|-quiet) quiet=true && shift ;;
81
0 commit comments