mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
5918bca1eb
We do the same for functions. Closes #6716
6 lines
71 B
Fish
6 lines
71 B
Fish
#RUN: %fish %s
|
|
|
|
complete -e cat
|
|
|
|
complete -C"cat -" | wc -l
|
|
# CHECK: 0
|