Add syntax summary to 'set' and 'inspect' help. Follow-up to #776.

This commit is contained in:
Mark Harrah 2013-06-17 12:06:13 -04:00
parent 53f75a85cc
commit 800bd3698a
1 changed files with 2 additions and 2 deletions

View File

@ -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>