-
some people might want colours and some may not create a variable called "CLICOLOR" to allow for the option of colours or not.
-
yargs 17.5.1
the help output for commands wraps at half of wrap(), even if the command does not have a description. also, for commands *with* descriptions, the output is still silly.
**example**…
-
-
When using the `implies` config option for `boolean`-typed flags `yargs` misses the flag when it is passed as `--no-flag` option. In such a case the following message is printed:
```
$ ./index.js --…
-
Yargs version: `8.0.2`
I make use of a `default` command in `yargs` and load user defined custom shell commands when no built-in command definition matched user input.
```javascript
yargs
…
-
Facing following error after using `npm install` on latest branch:
```
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://npm.pkgs.xarth…
-
Re-use of CLI args and/or aliases is causing ugly output in CLI help, e.g. output of `qx lint --help` is
There are multiple entries for -F, -c, -v & -q
```
qx lint [files...]
runs eslint on the…
-
[mewo](https://www.npmjs.com/package/meow) is just a simple wrapper around [minimist](https://github.com/substack/minimist) and I am expecting a cli framework like in golang, which you can
- [x] regi…
-
What should we do with this error?
```
~/g/D/blueprint4ts [main]{7} ⛈️ » yarn hello greet gabe {10:59:23}
yarn run v1.22.17
$ ./dist…
-
## Expected Behavior
Upgrading from 2.x to 3.x should "just work" after updating the relevant option names
## Current Behavior
3.0.0 and all builds I've tried above that result in: `Error…