2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-15 14:34:05 +00:00
fish-shell/tests/count.in
2017-08-04 11:41:51 -07:00

17 lines
242 B
Fish

# 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