Commit 887b6a0
Changed files (1)
README.md
@@ -251,12 +251,16 @@ Specifies what shell is used. Default is `which bash`.
$.shell = '/usr/bin/bash'
```
+Or use a CLI argument: `--shell=/bin/bash`
+
#### `$.prefix`
Specifies the command that will be prefixed to all commands run.
Default is `set -euo pipefail;`.
+Or use a CLI argument: `--prefix='set -e'`
+
#### `$.quote`
Specifies a function for escaping special characters during
@@ -269,6 +273,8 @@ Specifies verbosity. Default is `true`.
In verbose mode, the `zx` prints all executed commands alongside with their
outputs.
+Or use a CLI argument `--quiet` to set `$.verbose = false`.
+
### Polyfills
#### `__filename` & `__dirname`