mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
docs/complete: List --description with the options
This commit is contained in:
parent
bd4adf86f4
commit
723bfb9aaf
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ The following options are available:
|
|||
**-x** or **--exclusive**
|
||||
Short for **-r** and **-f**.
|
||||
|
||||
**-d** or **--description** *DESCRIPTION*
|
||||
Add a description for this completion, to be shown in the completion pager.
|
||||
|
||||
**-w** or **--wraps** *WRAPPED_COMMAND*
|
||||
Causes the specified command to inherit completions from *WRAPPED_COMMAND* (see below for details).
|
||||
|
||||
|
|
Loading…
Reference in a new issue