mirror of https://github.com/sbt/sbt.git
Add syntax summary to 'set' and 'inspect' help. Follow-up to #776.
This commit is contained in:
parent
53f75a85cc
commit
800bd3698a
|
|
@ -73,7 +73,7 @@ s"""$ExportCommand [--last] <task>+
|
|||
"""
|
||||
|
||||
val InspectCommand = "inspect"
|
||||
val inspectBrief = (InspectCommand, "Prints the value for 'key', the defining scope, delegates, related definitions, and dependencies.")
|
||||
val inspectBrief = (InspectCommand + " [uses|tree|definitions] <key>", "Prints the value for 'key', the defining scope, delegates, related definitions, and dependencies.")
|
||||
val inspectDetailed =
|
||||
InspectCommand + """ <key>
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ InspectCommand + """ definitions <key>
|
|||
|
||||
|
||||
val SetCommand = "set"
|
||||
val setBrief = (SetCommand, "Evaluates a Setting and applies it to the current project.")
|
||||
val setBrief = (s"$SetCommand [every] <setting>", "Evaluates a Setting and applies it to the current project.")
|
||||
val setDetailed =
|
||||
SetCommand + """ [every] <setting-expression>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue