mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
docs/complete: Explain -r
a bit better
This commit is contained in:
parent
8092af9c45
commit
9fafae7a8a
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ The following options are available:
|
||||||
|
|
||||||
**-r** or **--require-parameter**
|
**-r** or **--require-parameter**
|
||||||
This completion must have an option argument, i.e. may not be followed by another option.
|
This completion must have an option argument, i.e. may not be followed by another option.
|
||||||
|
This means that the next argument is the argument to the option.
|
||||||
|
If this is *not* given, the option argument must be attached like ``-xFoo`` or ``--color=auto``.
|
||||||
|
|
||||||
**-x** or **--exclusive**
|
**-x** or **--exclusive**
|
||||||
Short for **-r** and **-f**.
|
Short for **-r** and **-f**.
|
||||||
|
|
Loading…
Reference in a new issue