-
for one thing, the action refers to a missing argument. On inspection of the code, usearch execution and parsing the usearch output can be improved.
-
We are currently parsing CLI arguments using [backuity/clist](https://github.com/backuity/clist).
We recently had some problems with how the `version` command is handled, see #1497, #1505, and #1611:…
-
The QueryPlanAnalyzerRule documentation says:
> the callable format is class::method#parameterIndex, while the parameter-index defines the position of the query-string argument.
This is consiste…
-
Since it is nicely usable in F#, I recommend using [Argu](https://fsprojects.github.io/Argu/) for command-line argument parsing.
-
Example:
```
$ mkdir -p "/tmp/bar,baz"
$ sudo rkt --debug app add $podUUID docker://busybox --name=name --mnt-volume=name=foo,kind=host,source="/tmp/bar,baz",target=/tmp
add: error parsing app image …
euank updated
8 years ago
-
We should replace the current argument parsing with `optimist` and replace it with `nconf`.
This will allow `http-server` to be configured via the command line, or a `config.json` file, or any other …
Marak updated
3 years ago
-
Wake's argument parsing has grown to be a complex and hairy beast. It would be best to overhaul and optimize the system. This could be done via several small steps outlined below.
1) Fix and minimi…
-
### Describe the bug
Consider the following command line executed with PowerShell 7 on a Windows system:
```
aws ecs register-task-definition --container-definitions "file:///e:/tmp/file" --fam…
-
**Issue by [kellpossible](https://github.com/kellpossible)**
_Sunday Mar 18, 2018 at 06:17 GMT_
_Originally opened as https://github.com/clap-rs/clap/issues/1210_
----
Hi, I would like to begin por…
epage updated
2 years ago
-
This is a refactoring issue resulting from https://github.com/kedgeproject/kedge/pull/166#discussion_r129756100
We need to move the non CLI argument parsing logic out of cmd and to pkg.