A CLI tool for testing command-line programs and scripts
Command-Line Tester
clitest
$ clitest mytest.txt
$ clitest -v test_cases.txt
$ clitest --cmd 'echo hello' --expect 'hello'