# 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