mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Provide completions for complete without -c (#8587)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user