mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-12 16:53:37 +08:00
5918bca1eb
We do the same for functions. Closes #6716
7 lines
71 B
Fish
7 lines
71 B
Fish
#RUN: %fish %s
|
|
|
|
complete -e cat
|
|
|
|
complete -C"cat -" | wc -l
|
|
# CHECK: 0
|