Commit e6c0349

Anton Golub <antongolub@antongolub.com>
2024-06-21 20:05:15
docs: mention CLI `verbose flag (#858)
1 parent c1a160c
Changed files (1)
src/cli.ts
@@ -49,7 +49,8 @@ export function printUsage() {
    zx [options] <script>
 
  ${chalk.bold('Options')}
-   --quiet              don't echo commands
+   --quiet              suppress any outputs
+   --verbose            enable verbose mode
    --shell=<path>       custom shell binary
    --prefix=<command>   prefix all commands
    --postfix=<command>  postfix all commands