aboutsummaryrefslogtreecommitdiffstats
path: root/test/command-parsing.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove tests connected to help output validationTimo Teräs2020-01-261-10/+0
| | | | The help has been moved to man pages now.
* print usage and exit with error on invalid argumentsTimo Teräs2019-06-051-0/+26
Add also some testing to make sure help, long help and handling of invalid arguments works as expected. Based on pull request #19 originally by Laurent Arnoud (@spk).