mirror of https://github.com/sbt/sbt.git
Fix parameters in watchTriggeredMessage
This commit is contained in:
parent
2905373ff7
commit
4f66b81e03
|
|
@ -111,7 +111,7 @@ object Keys {
|
|||
val watchTriggers =
|
||||
settingKey[Seq[Glob]]("Describes files that should trigger a new continuous build.")
|
||||
val watchTriggeredMessage = settingKey[(Int, Path, Seq[String]) => Option[String]](
|
||||
"The message to show before triggered execution executes an action after sources change. The parameters are the path that triggered the build and the current watch iteration count."
|
||||
"The message to show before triggered execution executes an action after sources change. The parameters are the current watch iteration count, the path that triggered the build and the names of the commands to run."
|
||||
).withRank(DSetting)
|
||||
|
||||
// internal keys
|
||||
|
|
|
|||
Loading…
Reference in New Issue