mirror of https://github.com/sbt/sbt.git
Better help messages
This commit is contained in:
parent
4b55618bdb
commit
8bb9521199
|
|
@ -276,7 +276,7 @@ case class Bootstrap(
|
||||||
downloadDir: String,
|
downloadDir: String,
|
||||||
@ExtraName("f")
|
@ExtraName("f")
|
||||||
force: Boolean,
|
force: Boolean,
|
||||||
@HelpMessage(s"Internal use - prepend base classpath options to arguments")
|
@HelpMessage(s"Internal use - prepend base classpath options to arguments (like -B jar1 -B jar2 etc.)")
|
||||||
@ExtraName("b")
|
@ExtraName("b")
|
||||||
prependClasspath: Boolean,
|
prependClasspath: Boolean,
|
||||||
@HelpMessage("Set environment variables in the generated launcher. No escaping is done. Value is simply put between quotes in the launcher preamble.")
|
@HelpMessage("Set environment variables in the generated launcher. No escaping is done. Value is simply put between quotes in the launcher preamble.")
|
||||||
|
|
@ -392,8 +392,7 @@ case class Bootstrap(
|
||||||
}
|
}
|
||||||
|
|
||||||
case class BaseCommand(
|
case class BaseCommand(
|
||||||
// FIXME Need a @NoHelp annotation in case-app to hide an option from help message
|
@Hidden
|
||||||
@HelpMessage("For internal use only - class path used to launch coursier")
|
|
||||||
@ExtraName("B")
|
@ExtraName("B")
|
||||||
baseCp: List[String]
|
baseCp: List[String]
|
||||||
) extends Command {
|
) extends Command {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue