mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
completions/complete: add --escape
This commit is contained in:
parent
24e4fdd695
commit
334946af61
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ complete -c complete -s d -l description -d "Description of completion" -x
|
|||
complete -c complete -s e -l erase -d "Remove completion"
|
||||
complete -c complete -s h -l help -d "Display help and exit"
|
||||
complete -c complete -s C -l do-complete -d "Print completions for a commandline specified as a parameter"
|
||||
complete -c complete -l escape -d "Make -C escape special characters"
|
||||
complete -c complete -s n -l condition -d "Completion only used if command has zero exit status" -x
|
||||
complete -c complete -s w -l wraps -d "Inherit completions from specified command" -xa '(__fish_complete_command)'
|
||||
complete -c complete -s k -l keep-order -d "Keep order of arguments instead of sorting alphabetically"
|
||||
|
|
Loading…
Reference in a new issue