mirror of https://github.com/sbt/sbt.git
Show `actual` as potential option of `inspect`
This commit is contained in:
parent
2d7ec47b13
commit
d267ec487a
|
|
@ -98,7 +98,7 @@ $LastCommand <key>
|
|||
|
||||
val InspectCommand = "inspect"
|
||||
val inspectBrief =
|
||||
(s"$InspectCommand [uses|tree|definitions] <key>",
|
||||
(s"$InspectCommand [tree|uses|definitions|actual] <key>",
|
||||
"Prints the value for 'key', the defining scope, delegates, related definitions, and dependencies.")
|
||||
val inspectDetailed = s"""
|
||||
|$InspectCommand <key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue