comment for old config type

Stanislav Gumeniuk 2014-07-07 03:19:55 -07:00
commit 6b85b32095

@ -6,6 +6,12 @@ Runs a given Shell command.
* **command** - Required - The shell command to run.
```yml
shell:
command: "bin/console build"
```
You should understand, that in old configuration type, you can run only one command!
### New format of Configuration Options
```yml