mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Remove leading semicolon from multi command help
This commit is contained in:
@@ -151,7 +151,7 @@ $HelpCommand <regular expression>
|
|||||||
def Multi: String = ";"
|
def Multi: String = ";"
|
||||||
def MultiBrief: (String, String) =
|
def MultiBrief: (String, String) =
|
||||||
(
|
(
|
||||||
Multi + " <command> (" + Multi + " <command>)*",
|
"<command> (" + Multi + " <command>)*",
|
||||||
"Runs the provided semicolon-separated commands."
|
"Runs the provided semicolon-separated commands."
|
||||||
)
|
)
|
||||||
def MultiDetailed: String =
|
def MultiDetailed: String =
|
||||||
|
|||||||
Reference in New Issue
Block a user