Petals CLI SNAPSHOT

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

Changes (1)

View Page History
{info}

{warning}
Caution to correctly escape the symbol '{{$}}' when using a system command with environment variable on command line:
{code}
$ petals-cli -c -- system echo My linux shell: \${env:SHELL}
My linux shell: /bin/bash
$ petals-cli -c -- system "echo My linux shell: \${env:SHELL}"
My linux shell: /bin/bash
{code}
{warning}

h1. Advanced usage