mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
docs: document __fish_complete_path function
Introduced with 6ece852 for #834.
This commit is contained 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.
|
||||
|
||||
Reference in New Issue
Block a user