2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-15 06:24:01 +00:00
fish-shell/tests/count.in

18 lines
250 B
Fish
Raw Normal View History

# Validate the behavior of the `count` command.
echo '# no args'
count
echo '# one args'
count x
echo '# two args'
count x y
echo '# args that look like flags or are otherwise special'
count -h
count --help
count --
count -- abc
count def -- abc