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.
2 parents e73ef77 + 19a13db commit a675cbfCopy full SHA for a675cbf
bin/dotc
@@ -245,7 +245,7 @@ main_class=$CompilerMain
245
while [[ $# -gt 0 ]]; do
246
case "$1" in
247
--) shift; for arg; do addResidual "$arg"; done; set -- ;;
248
- -h|-help) usage; exit 1 ;;
+ -h|-help) help=true && shift ;;
249
-bootstrapped) bootstrapped=true && shift ;;
250
-v|-verbose) verbose=true && shift ;;
251
-debug) debug=true && shift ;;
@@ -259,7 +259,7 @@ case "$1" in
259
-run) main_class=$ReplMain && shift ;;
260
-fsc) main_class=$FscMain && shift ;;
261
-bootcp) bootcp=true && shift ;;
262
- -no-bootcp) unset bootcp && shift ;;
+ -nobootcp) unset bootcp && shift ;;
263
-colors) colors=true && shift ;;
264
-no-colors) unset colors && shift ;;
265
-jrebel) jrebel=true && shift ;;
0 commit comments