mirror of https://github.com/sbt/sbt.git
add [every] to syntax summary of 'set' command
This commit is contained in:
parent
933d5fb0fe
commit
a2c2af8b08
|
|
@ -111,7 +111,7 @@ InspectCommand + """ definitions <key>
|
|||
val SetCommand = "set"
|
||||
val setBrief = (SetCommand, "Evaluates a Setting and applies it to the current project.")
|
||||
val setDetailed =
|
||||
SetCommand + """ <setting-expression>
|
||||
SetCommand + """ [every] <setting-expression>
|
||||
|
||||
Applies the given setting to the current project:
|
||||
1) Constructs the expression provided as an argument by compiling and loading it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue