mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-13 01:03:47 +08:00
7 lines
71 B
Fish
7 lines
71 B
Fish
|
#RUN: %fish %s
|
||
|
|
||
|
complete -e cat
|
||
|
|
||
|
complete -C"cat -" | wc -l
|
||
|
# CHECK: 0
|