clitest is a portable POSIX shell script that performs automatic testing in \
Unix command lines.
It's the same concept as in Python's doctest module: you document both the \
commands and their expected output, using the familiar interactive prompt \
format, and a specialized tool tests them.