mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
docs: Document that complete -k
does last calls first
Fixes #5868. [ci skip]
This commit is contained in:
parent
50ed5126f1
commit
3262c5ff44
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ the fish manual.
|
|||
|
||||
- ``-a OPTION_ARGUMENTS`` or ``--arguments=OPTION_ARGUMENTS`` adds the specified option arguments to the completions list.
|
||||
|
||||
- ``-k`` or ``--keep-order`` preserves the order of the ``OPTION_ARGUMENTS`` specified via ``-a`` or ``--arguments`` instead of sorting alphabetically.
|
||||
- ``-k`` or ``--keep-order`` preserves the order of the ``OPTION_ARGUMENTS`` specified via ``-a`` or ``--arguments`` instead of sorting alphabetically. Multiple ``complete`` calls with ``-k`` result in arguments of the later ones displayed first.
|
||||
|
||||
- ``-f`` or ``--no-files`` specifies that the options specified by this completion may not be followed by a filename.
|
||||
|
||||
|
|
Loading…
Reference in a new issue