-
Hi!
I am unable to successfully model a complex command using a sequence of positional arguments followed by a long option flag.
Example usage I want to achieve:
```
myScript fancyEntry 3 fanc…
-
It seems that it doesn't work if you want, for example, call `lerna exec --scope packages/*` (script for all packages in `./packages/` folder. I want this because I have two folders: one for packages …
-
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
-
Instead of hard-coding the location of a google cloud / bigquery auth.json file, make it providable from the command line, or evn vars, using yargs.
-
When using yargs with the `.command` option, I am able to test my cli using the following for my npm script
```
ts-node src/index.ts
```
and providing command and args as
```
npm run start -- …
-
For some reason package.json did not work when I tried to run serialserver.js. I had to install the following packages manually using npm:
cors
express
serialport
yargs
-
What would be a recommended way to achieve something similar to https://stackoverflow.com/questions/32258362/setup-command-line-completion-with-yargs?
-
Some radio stations does not have GUI at all.
-
#1145 / #2153 / #2156 implemented an "all or nothing" way to hide this, but the use case [I've had](https://github.com/yargs/yargs/issues/1145#issuecomment-1002265198) is to hide the default value, an…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build nodePackages.webtorrent-cli
### Build log
Cf. [the full log](https://gist.github.com/samueltardieu/ef3693ac40bd0da3c5c112e4da…