bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
78 stars 7 forks source link

Refactor the `sys.exit` out of `print_stderr_result_count()` in suggest CLI #263

Closed bskinn closed 1 year ago

bskinn commented 1 year ago

Not great, to have a control-flow stopper buried in a function.

A proper exit handling system like in #82 would be much preferred, but as noted there, that's best done in tandem with #118.