mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Provide completions for complete
without -c
(#8587)
This commit is contained in:
parent
8abc6b2f8c
commit
36be635393
@ -1,5 +1,6 @@
|
||||
# Completions for complete
|
||||
|
||||
complete -c complete -xa '(__fish_complete_command)'
|
||||
complete -c complete -s c -l command -d "Command to add completion to" -xa '(__fish_complete_command)'
|
||||
complete -c complete -s p -l path -d "Path to add completion to" -r
|
||||
complete -c complete -s s -l short-option -d "POSIX-style short option to complete" -x
|
||||
|
Loading…
x
Reference in New Issue
Block a user