-
Integrate command creation via compose on aergia.
Branch: compose-command-aergia
- [ ] define classes for all modules
- [ ] define appropriate interfaces using implement.js
-
When I press TAB on an already-complete command (without pressing ENTER), the command actually **runs**.
Here's a bug.js to show the failure:
```js
import yargs from 'yargs';
import { hideBin …
-
```ts
import { Arguments, Argv } from 'yargs';
declare module 'yargs'
{
}
```
output
```ts
declare module 'yargs2/core' {
/**
* Created by user on 2018/6/1/001.
*/
…
-
I using `getOptions` to recover configured default values but the type definitions at https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs seem to be missing the definition of th…
-
```terminal
cookiecutter cookiecutter-nodejs-cli/
project_name []: testing
description []: testing
repo_name []: testing
repo_owner []: testing
directory_name []: testing
file_name []: testing
…
Jnchi updated
5 years ago
-
I'm trying to write a CLI similar to `ssh`. Here's the minimal example:
```typescript
import yargs from "yargs";
function main() {
yargs(process.argv.slice(2))
.usage(
"$0 [...]",…
-
Here's the log from my build: https://travis-ci.org/erikras/redux-form/jobs/182395136
I'm not sure that this is a bug so much as that there is something wrong with that one file in the registry, bu…
-
Integrate command creation via compose on aergia.
Branch: compose-command-aergia
- [ ] define classes for all modules
- [ ] define appropriate interfaces using implement.js
-
## CVE-2020-7608 - Medium Severity Vulnerability
Vulnerable Libraries - yargs-parser-4.2.1.tgz, yargs-parser-9.0.2.tgz
yargs-parser-4.2.1.tgz
the mighty option parser used by yargs
Library home pa…
-
### Version
28.1.0
### Steps to reproduce
1. Clone my repo from: https://github.com/noomorph/jest-import-issue
2. Follow the steps in the README.
You'll see that a vanilla installation of…