Commit 887b6a0

Anton Medvedev <anton@medv.io>
2021-07-05 14:39:11
Update README.md
1 parent 66b8fd6
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`