-
I am evaluating TS CLI libraries for `tasegir` 2.0. Currently, it uses `yargs`, but I want to drop it as I really don't like its messy "declarative" style, which I find just un-maintainable. In some o…
AuHau updated
3 years ago
-
Hi,
I'd like to report a low vulnerability caused by the yargs package not being updated.
Here the details:
![image](https://user-images.githubusercontent.com/67106822/99536781-14cc1e80-29ab-11eb-…
-
### Environment information
```plain text
n/a
```
### Description
We started using `yargs` in create-amplify since https://github.com/aws-amplify/amplify-backend/pull/960, but it's only u…
0618 updated
6 months ago
-
Hi, some questions. :)
I write my cli by typescript:
```ts
yargs.command(
`$0 `, 'desc',
yargs => {
yargs.positional('foo', { type: 'string' })
},
args => {
const { _, $0…
-
Is the issue related to Moonbeam using ECDSA?
But when I try to use the `signFakeWithApi` utility of Chopsticks against Moonriver (in this case), I get:
```
RPC-CORE: submitExtrinsic(extrinsic:…
-
I have some code that looks like this:
```js
yargs(hideBin(process.argv))
.options({
config: {
alias: "c",
describe:
"Provide an exact path to an eik.json or package.json file to…
-
Hi @hagent, I made some more changes to my personal `main` branch, let me know if you'd like them PR'd here or not. :-) Just some more `yargs` options:
```
$ node index.js -h
Options:
...
-a…
-
In [this comment](https://github.com/pfgithub/scpl/issues/38#issuecomment-477392749), you expressed interested in switching from `yargs` to `minimist`. Will this still happen? It will cut down on depe…
-
## Bug Report
**Describe the bug**
Security issue
**To Reproduce**
Just try it
```bash
Dev_Env/frontend/nextjs on master [!?] via ⬢ v14.4.0 took 9m38s
❯ npm audit
…
-
yargs seems pretty good, but [commander](https://www.npmjs.com/package/commander) is so much better.
it has a nice and clean declarative API for the CLIs, it automatically builds great help pages, s…