-
put it behind a command line interface using commanderjs or yargs ;)
ersel updated
5 years ago
-
I'm getting a dependabot alert for minimist < 0.2.1: [CVE-2020-7598][].
Currently, ejs-cli depends on [optimist][] 0.6.1, which depends on [minimist][] 0.0.10.
Optimist appears to have been aban…
-
I have several command described in `yargs` with multiple alias, and after command processing is finished, I need to do some more things with this command manually.
So I have a comparison like this…
-
I know you've updated to use "yargs"-perhaps you could push this change to npm?
-
When a middleware is defined to be run before validation, it appears that it is called multiple times.
See example in [this stackblitz](https://stackblitz.com/edit/node-t7j85c?file=index.js) by run…
-
Using version `3.0.0-beta.7`
```ts
/**
* @param parameters - Parameters that should be parsed from the CLI. @range {json}
* Format details can be found at https://yargs…
-
While writing a chat bot using subcommands, there's a very noticeable delay between issuing the bot a command and actually getting a response from the bot. I also notice in very naive tests (i.e. only…
-
Hi there,
How can I get rid of the following deprecation warning that it seems spawn from your plugin?
```
(node:10584) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks`…
-
Is it possible to implement the unix `mv` command?
```js
command: `foo [src..] `
```
would be ideal to support `foo src-file-1 src-file-2 dest-dir`, but variable positional params only work as…
-
^^ Pretty explanatory :)