Document multiple command support in command prompt

Fixes #547
This commit is contained in:
Maxime Coste 2016-01-03 21:48:55 +00:00
parent f358579e42
commit f3ed9c14d7

View File

@ -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
~~~~~~~~~~~~~