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
..
_static docs: Remove underline for whitespace 2019-04-09 13:57:36 +02:00
cmds src/builtin_argparse: Add --ignore-unknown flag 2019-04-29 15:57:56 +02:00
commands.rst Switch to fish_indent based syntax highlighting in sphinx docs 2019-04-08 19:11:22 -07:00
conf.py docs: import SphinxWarning in configuration 2019-04-11 23:51:38 +08:00
design.rst Add design doc to Sphinx docs build 2019-02-24 18:22:52 -08:00
faq.rst docs: Fix reference to FAQ 2019-04-06 23:23:48 +02:00
fish_indent_lexer.py fish_indent_lexer: explicitly encode/decode bytes over pipe 2019-04-12 23:10:53 +08:00
index.rst docs: Slight touchup on brace expansion 2019-04-10 18:04:07 +02:00
license.rst docs/license: Fix "anonymous hyperlink" warning 2019-03-29 21:13:10 +01:00
tutorial.rst docs: Remove <asis> markup 2019-04-26 19:25:30 +02:00