aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-05-01 14:24:51 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-05-01 16:56:21 +0800
commit9cae8bf8a6e96488db49ff5991075e23a2435744 (patch)
tree315e8bc51b2273684eb47d7174e4e7a7a79dcb2a /doc_src
parentcb92a1d12f329551aebe46eee0cdbd77f8097293 (diff)
docs: document __fish_complete_path function
Introduced with 6ece852 for #834.
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index b4fb6fe5..b1fd8f3c 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -356,6 +356,8 @@ Functions beginning with the string `__fish_print_` print a newline separated li
- `__fish_complete_directories STRING DESCRIPTION` performs path completion on STRING, allowing only directories, and giving them the description DESCRIPTION.
+- `__fish_complete_path STRING DESCRIPTION` performs path completion on STRING, giving them the description DESCRIPTION.
+
- `__fish_complete_groups` prints a list of all user groups with the groups members as description.
- `__fish_complete_pids` prints a list of all processes IDs with the command name as description.