diff --git a/Shell-plugin.md b/Shell-plugin.md index f867d4a..a037207 100644 --- a/Shell-plugin.md +++ b/Shell-plugin.md @@ -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