From f3ed9c14d70058f71cf152b7927a39617e6b07a8 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 3 Jan 2016 21:48:55 +0000 Subject: [PATCH] Document multiple command support in command prompt Fixes #547 --- README.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index f41c9e78..5f03a867 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -587,6 +587,13 @@ Basic Commands `:nop %sh{ echo echo tchou }` will not, but both will execute the shell command. +Multiple commands +~~~~~~~~~~~~~~~~~ + +Multiple commands can be separated either by new lines or by semicolons, +as such a semicolon must be escaped with `\;` to be considered as a literal +semicolon argument. + String syntax ~~~~~~~~~~~~~