JiaT75 / STest

Unit testing framework for C/C++. Easy to use by simply dropping stest.c and stest.h into your project!
Other
13 stars 8 forks source link

Improve command line interface #3

Closed JiaT75 closed 2 years ago

JiaT75 commented 2 years ago

There are a few inconsistencies in the command line interface.

-"help" needs to be -h or --help -If an invalid argument is provided, an error message should appear -help message can be improved