Petals CLI SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
* Petals CLI is not interrupted, the user can enter other commands.

h3. Return codes of Petals CLI launched in executable command line mode

h4. Return code on parsing error of the command arguments
When there is an error about the command execution, the command is interrupted and the return code of Petals CLI is 2.

h4. Return code on connection error

When there is an error about the connection establishment, the command is not executed the return code of Petals CLI is 3. If the error is due to an unresolvable hostname, the return code is 1 (ie. error on arguments).

h4. Return code on successful command execution