mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
34ed958f72
This is a test belonging to the previous commit, 58b696bed
.
See #5541.
14 lines
278 B
Text
14 lines
278 B
Text
|
|
####################
|
|
# Completion Wrappers
|
|
complete_test_alpha1 arg1
|
|
complete_test_alpha1 extra1 arg2
|
|
complete_test_alpha1 extra1 extra2 arg3
|
|
|
|
####################
|
|
# Alias Completions
|
|
arg1 call1
|
|
arg2 call2
|
|
complete_test_alpha1 arg1 call3
|
|
complete_test_alpha1 arg2 call3
|
|
t
|