Created
April 15, 2025 17:41
-
-
Save iitalics/972b7edb0b5e662b3f41b3478dcbf021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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