From b422261219c0403015e1b94e65188594eb77fef2 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 4 May 2013 10:46:10 +0200 Subject: [PATCH] Add missings bits and pieces to cli docs --- doc/03-cli.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 7a0c5af2a..3f1d6ae8b 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -21,6 +21,12 @@ The following options are available with every command: * **--no-ansi:** Disable ANSI output. * **--version (-V):** Display this application version. +## Process Exit Codes + +* **0:** OK +* **1:** Generic/unknown error code +* **2:** Dependency solving error code + ## init In the [Libraries](02-libraries.md) chapter we looked at how to create a @@ -348,6 +354,11 @@ performance. autoloader. This is recommended especially for production, but can take a bit of time to run so it is currently not done by default. +## run-script + +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. + ## diagnose If you think you found a bug, or something is behaving strangely, you might