-
As mentioned in the example for specifying individual commands in a specific file over [here](https://github.com/yargs/yargs/blob/master/docs/advanced.md#providing-a-command-module).
```javascript
…
-
for bash terminals
bguiz updated
9 years ago
-
trying to parse the string:
```
const curl = `curl -X POST "https://api.example.com/data" -H "Content-Type: application/json" -d "{\\"key\\": \\"This string has an escaped backslash: \\\\ and a ne…
-
When using non-boolean command line arguments e.g. "--tag foo", it only passes the first component e.g. "--tag" to child processes.
https://github.com/juanfran/gulp-multi-process/blob/ea05bae3d4087…
-
i think @jbrowse/cli can depend on packages/text-indexing and potentially unify codebases
-
Hi, I want to use `short-option-groups` and I want `negation-prefix` to work, however, yargs parses negation prefix only if it starts with `--`, so I can't use `-no-window`. Can this be improved, plea…
-
You can currently exercise limited portions of the official test suite with this sort of invocation:
```
coffee test/draft4_test.coffee additionalItems 2
```
Alter to:
```
coffee test/draft4_test.c…
-
Now that we've powered up themes to have substantive logic of their own, I think they're probably going to want options of their own too. Example use cases: more specialized filtering as in #274; pas…
-
`parameters.first` (and second/third/etc) has a type of string. However, there's a type conversion under the hood somewhere if I pass something that looks like a number. You can see this in action by …
-
39e7c56d6dfaa8b8ec169608769957f93e5c4791
```
npm install
rails s
```
Seems fine, on other shell:
```
./bin/webpack-dev-server
```
fails with:
```
The CLI moved into a separate pac…