mirror of https://github.com/sbt/sbt.git
Fixup (rework CLI)
This commit is contained in:
parent
5c7b1f848d
commit
d5d28a0615
|
|
@ -15,7 +15,7 @@ case class CommonOptions(
|
|||
@HelpMessage("Download mode (default: missing, that is fetch things missing from cache)")
|
||||
@ValueDescription("offline|update-changing|update|missing|force")
|
||||
@ExtraName("m")
|
||||
mode: String,
|
||||
mode: String = "missing",
|
||||
@HelpMessage("Quiet output")
|
||||
@ExtraName("q")
|
||||
quiet: Boolean,
|
||||
|
|
|
|||
Loading…
Reference in New Issue