mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
7 lines
71 B
Fish
7 lines
71 B
Fish
|
#RUN: %fish %s
|
||
|
|
||
|
complete -e cat
|
||
|
|
||
|
complete -C"cat -" | wc -l
|
||
|
# CHECK: 0
|