-
i use commandDir to import my es6 subcommand files, but it does not work, anyone know the solution?
ghost updated
2 years ago
-
`getopts` assigns default values to string (`''`), number (`0`) and boolean (`false`) options.
Issues:
1. Not compatible with JS default values:
```js
const { foo = 'bar' } = getopts(argv, { str…
-
**Describe the bug**
With a quartz app set up with it's content hosted as a symlink, publishing to Github Pages results in an empty app.
**To Reproduce**
Steps to reproduce the behavior:
1…
-
Users might not be aware that peer dependencies can be independently updated, and that it's not necessary to wait until we release a new version of the Toolbox. The docs should explain this.
-
running `npx manypkg --help` throws an error that sort of lists the possible commands, but doesn't give any description of how to use any of them:
```bash
> npx manypkg --help
☔️ error command -…
-
I have followed docs and [youtube](https://www.youtube.com/watch?v=n9ypNf2LP9A) to install lando on ubuntu
When I run `lando start` I have the following output
```
lando start
Let's get this p…
-
I've written a plugin for nesh and it takes a command line option (`-f` or `--fibrous`). I'd like to use `optimist.describe()` to document what the option does so that users who run:
`nesh --help`…
-
## CVE-2020-7774 - Critical Severity Vulnerability
Vulnerable Libraries - y18n-3.2.1.tgz, y18n-4.0.0.tgz
y18n-3.2.1.tgz
the bare-bones internationalization library used by yargs
Library home page:…
-
Opening this as a question as I'm not yet sure whether it's a bug or a user error 😄
The [docs on extending configuration](https://mochajs.org/#extending-configuration) state:
> Configurations c…
-
```js
const parser = require('yargs-parser')
const args = parser(process.argv.slice(2), {
//array: ['foo'],
configuration: {
"greedy-arrays": true
}
})
console.log(args);…