fish-shell/tests/count.in

18 lines
242 B
Fish
Raw Normal View History

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