Change default value logic for stepCmd and cmdInput (see README).

This commit is contained in:
Jonathan Bernard
2017-05-11 10:38:28 -05:00
parent 45f490c677
commit a7619a3048
3 changed files with 15 additions and 5 deletions

View File

@ -125,7 +125,7 @@ Step definitions are JSON objects with the following keys:
`'.'`, the project root directory)*.
* `stepCmd` *(optional)*: the command to execute for this step. *(defaults to
`sh`)*
`true` unless `cmdInput` is given, in which case it defaults to `sh`)*
* `cmdInput` *(optional)*: an array of string that will be concatenated with
newlines separating each string and piped as input to the command for this