Skip to content

Instantly share code, notes, and snippets.

@iitalics
Created April 15, 2025 17:41
Show Gist options
  • Save iitalics/972b7edb0b5e662b3f41b3478dcbf021 to your computer and use it in GitHub Desktop.
Save iitalics/972b7edb0b5e662b3f41b3478dcbf021 to your computer and use it in GitHub Desktop.
xxx $ yarn run --help
Multiple commands match your selection:
0. yarn run
1. yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
Run again with -h=<index> to see the longer details of any of those commands.
xxx $ yarn run --help -h=1
Unknown Syntax Error: Unsupported option name ("--help").
$ yarn run
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
xxx $ yarn run -h=1 --help
Unknown Syntax Error: Invalid option name ("-h=1").
$ yarn run
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment