bskinn / sphobjinv

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

Elaborate 'suggest' results output in CLI when no results exceed threshold. #232

Closed bskinn closed 2 years ago

bskinn commented 2 years ago

Improve the message emitted by the CLI.

"No results found." as an entire statement is misleading. It should really provide a short report like:

12373 objects in inventory.
0 results found with match score exceeding current threshold of 75.

Modified from original posted by @bskinn in https://github.com/bskinn/sphobjinv/issues/231#issuecomment-1087790044