exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

runner: fix handling of incorrect CLI usage #60

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

Previously, if the user provided incorrect arguments to the runner, it would print the error and help message to stdout, then quit with an exit code of 0.

With this commit, the runner will now: