preslavmihaylov / todocheck

A static code analyser for annotated TODO comments
MIT License
422 stars 42 forks source link

Implement error on unrecognized flags #181

Closed ghost closed 2 years ago

ghost commented 2 years ago

Now when passing any unrecognized argument, it shows an error and exits instead of running the app.

Fixes #178