mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
4ebb6cf39e
This allows a completion to specify that *it* takes files. Useful for things like `sudo -e`, because sudo usually doesn't take any files.
16 lines
331 B
Text
16 lines
331 B
Text
|
|
####################
|
|
# Completion Wrappers
|
|
complete_test_alpha1 arg1
|
|
complete_test_alpha1 extra1 arg2
|
|
complete_test_alpha1 extra1 extra2 arg3
|
|
complete_test_alpha1 extra1 extra2 arg3
|
|
|
|
####################
|
|
# Alias Completions
|
|
arg1 call1
|
|
arg2 call2
|
|
complete_test_alpha1 arg1 call3
|
|
complete_test_alpha1 arg2 call3
|
|
t
|
|
complete.in
|