Skip to content

Commit 27628b1

Browse files
committed
sbt-extras update
1 parent 1163afa commit 27628b1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sbt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,10 @@ usage() {
388388
set_sbt_version
389389
cat <<EOM
390390
Usage: $script_name [options]
391-
392391
Note that options which are passed along to sbt begin with -- whereas
393392
options to this runner use a single dash. Any sbt command can be scheduled
394393
to run first by prefixing the command with --, so --warn, --error and so on
395394
are not special.
396-
397395
-h | -help print this message
398396
-v verbose operation (this runner is chattier)
399397
-d, -w, -q aliases for --debug, --warn, --error (q means quiet)
@@ -411,15 +409,13 @@ are not special.
411409
-batch Disable interactive mode
412410
-prompt <expr> Set the sbt prompt; in expr, 's' is the State and 'e' is Extracted
413411
-script <file> Run the specified file as a scala script
414-
415412
# sbt version (default: sbt.version from $buildProps if present, otherwise $sbt_release_version)
416413
-sbt-version <version> use the specified version of sbt (default: $sbt_release_version)
417414
-sbt-force-latest force the use of the latest release of sbt: $sbt_release_version
418415
-sbt-dev use the latest pre-release version of sbt: $sbt_unreleased_version
419416
-sbt-jar <path> use the specified jar as the sbt launcher
420417
-sbt-launch-dir <path> directory to hold sbt launchers (default: $sbt_launch_dir)
421418
-sbt-launch-repo <url> repo url for downloading sbt launcher jar (default: $(url_base "$sbt_version"))
422-
423419
# scala version (default: as chosen by sbt)
424420
-28 use $latest_28
425421
-29 use $latest_29
@@ -430,10 +426,8 @@ are not special.
430426
-scala-home <path> use the scala build at the specified directory
431427
-scala-version <version> use the specified version of scala
432428
-binary-version <version> use the specified scala version when searching for dependencies
433-
434429
# java version (default: java from PATH, currently $(java -version 2>&1 | grep version))
435430
-java-home <path> alternate JAVA_HOME
436-
437431
# passing options to the jvm - note it does NOT use JAVA_OPTS due to pollution
438432
# The default set is used if JVM_OPTS is unset and no -jvm-opts file is found
439433
<default> $(default_jvm_opts)
@@ -443,14 +437,12 @@ are not special.
443437
-jvm-opts <path> file containing jvm args (if not given, .jvmopts in project root is used if present)
444438
-Dkey=val pass -Dkey=val directly to the jvm
445439
-J-X pass option -X directly to the jvm (-J is stripped)
446-
447440
# passing options to sbt, OR to this runner
448441
SBT_OPTS environment variable holding either the sbt args directly, or
449442
the reference to a file containing sbt args if given path is prepended by '@' (e.g. '@/etc/sbtopts')
450443
Note: "@"-file is overridden by local '.sbtopts' or '-sbt-opts' argument.
451444
-sbt-opts <path> file containing sbt args (if not given, .sbtopts in project root is used if present)
452445
-S-X add -X to sbt's scalacOptions (-S is stripped)
453-
454446
# passing options exclusively to this runner
455447
SBTX_OPTS environment variable holding either the sbt-extras args directly, or
456448
the reference to a file containing sbt-extras args if given path is prepended by '@' (e.g. '@/etc/sbtxopts')
@@ -603,7 +595,6 @@ fi
603595
$(pwd) doesn't appear to be an sbt project.
604596
If you want to start sbt anyway, run:
605597
$0 -sbt-create
606-
607598
EOM
608599
exit 1
609600
}

0 commit comments

Comments
 (0)