Files
fish-shell/sphinx_doc_src
Fabian Homborg 8c9359fdd4 src/builtin_argparse: Add --ignore-unknown flag
This keeps all unknown options in $argv, so

```fish
argparse -i a/alpha -- -a banana -o val -w
```

results in $_flag_a set to banana, and $argv set to `-o val -w`.

This allows users to use multiple argparse passes, or to simply avoid
specifying all options e.g. in completions - `systemctl` has 46 of
them, most not having any effect on the completions.

Fixes #5367.
2019-04-29 15:57:56 +02:00
..
2019-02-24 18:22:52 -08:00
2019-04-06 23:23:48 +02:00
2019-04-26 19:25:30 +02:00