From 1575f19ef274f96f479a2dba0b6c4cbe8f088f34 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Tue, 3 Feb 2015 15:26:02 +0100 Subject: [PATCH] Updated documentation --- doc/03-cli.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 40478ee9b..dd1121c80 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -507,8 +507,13 @@ Lists the name, version and license of every package installed. Use ## run-script +### Options + +* **--no-dev:** Disable dev mode +* **--list:** List user defined scripts + To run [scripts](articles/scripts.md) manually you can use this command, -just give it the script name and optionally --no-dev to disable the dev mode. +just give it the script name and optionally any required arguments. ## diagnose