Skip to content

Commit

Permalink
chore: format options info
Browse files Browse the repository at this point in the history
  • Loading branch information
easymikey committed Dec 16, 2024
1 parent 128270d commit 1dd8ba2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ export function printUsage() {
zx [options] <script>
${chalk.bold('Options')}
--quiet suppress any outputs
--verbose enable verbose mode
--shell=<path> custom shell binary
--prefix=<command> prefix all commands
--postfix=<command> postfix all commands
--cwd=<path> set current directory
--eval=<js>, -e evaluate script
--ext=<.mjs> default extension
--install, -i install dependencies
--install-registry<js> install install dependencies via custom npm registry URL
--version, -v print current zx version
--help, -h print help
--repl start repl
--experimental enables experimental features (deprecated)
--quiet suppress any outputs
--verbose enable verbose mode
--shell=<path> custom shell binary
--prefix=<command> prefix all commands
--postfix=<command> postfix all commands
--cwd=<path> set current directory
--eval=<js>, -e evaluate script
--ext=<.mjs> default extension
--install, -i install dependencies
--install-registry<path> install install dependencies via custom npm registry URL
--version, -v print current zx version
--help, -h print help
--repl start repl
--experimental enables experimental features (deprecated)
${chalk.italic('Full documentation:')} ${chalk.underline('https://google.github.io/zx/')}
`)
Expand Down

0 comments on commit 1dd8ba2

Please sign in to comment.