From 6b85b32095ddaaea7e5920e3d15458f624f65e73 Mon Sep 17 00:00:00 2001 From: Stanislav Gumeniuk Date: Mon, 7 Jul 2014 03:19:55 -0700 Subject: [PATCH] comment for old config type --- Shell-plugin.md | 6 ++++++ 1 file changed, 6 insertions(+) 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