mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Minor documentation update to reflect change in how __fish_complete_suffix function works
darcs-hash:20070208170339-ac50b-3ce23bc61e8cd7c4874748dd5f1395739c57ad36.gz
This commit is contained in:
parent
dfabf7f206
commit
e936629dc3
1 changed files with 2 additions and 2 deletions
|
@ -468,9 +468,9 @@ prints a list of all user groups with the groups members as description.
|
|||
|
||||
prints a list of all procceses IDs with the command name as description.
|
||||
|
||||
<pre>__fish_complete_suffix STRING SUFFIX DESCRIPTION</pre>
|
||||
<pre>__fish_complete_suffix SUFFIX</pre>
|
||||
|
||||
performs path completion on STRING, allowing only files ending in SUFFIX, and giving them the description DESCRIPTION.
|
||||
performs file completion allowing only files ending in SUFFIX. The mimetype database is usded to find a suitable description.
|
||||
|
||||
<pre>__fish_complete_users</pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue