-
I tried importing `yargs` from https://cdn.skypack.dev/yargs, but I received the following response:
```
/*
* Skypack CDN - yargs@17.2.1
*
* Learn more:
* 📙 Package Documentation: https:…
-
Affected versions of yargs-parser are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modificat…
-
I have been experimenting with the new Bun JavaScript runtime and have found that yargs does not understand this new runtime. When referencing the $0 variable in yargs, it return "bun" instead of the …
-
I just installed oppni from the docker image and I cannot get it to run. The file has already run with several other apps that require bids format.
Suggestions would be greatly appreciated.
----…
-
Your documentation shows:
```js
yargs.parserConfiguration({
"yargs": {
"short-option-groups": true,
"camel-case-expansion": true,
"dot-notation": true,
"parse-numbers": true,
…
-
I am in Angular 12 version , Node : 14.20.1. We upgraded angular 11 to angular 12 while running npm run test, then we faced this issue. Also, given the package .json below.
I tried changing many no…
-
Reproduction:
One liner:
```javascript
require("yargs").scriptName("yarn whatever").completion().parseSync(["completion"])
```
You can paste this into your terminal to get a quick reproduct…
-
https://www.npmjs.com/package/commander has no dependencies whereas
https://www.npmjs.com/package/yargs has 11 dependencies.
The syntax of commander also looks simpler.
Maybe we should use it as …
erkal updated
5 years ago
-
When an async command handler throws an error (more specifically: when a command handler returns a promise that rejects), yargs shows the help output, even though the user specified a valid command an…
Macil updated
2 months ago
-
* Operating System: MacOSX 11.4 (Big Sur)
* Node Version: 14.17.3
* NPM Version: 6.14.13
* webpack Version: 4.41.5
* webpack-command Version: 0.5.1
### Expected Behavior
Dependencies sho…