mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 02:34:15 +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
|