### Summary of Changes
- Implemented `get_binary_candidates` to check both `{name}.exe` and `{name}` on Windows.
- Updated `resolve_binary` to inspect `.exe` candidates across custom settings directory and bundled resource directories.
- Added comprehensive unit tests in `commands::tests::test_get_binary_candidates`.
Fixes #85.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary of Changes
get_binary_candidatesto check both{name}.exeand{name}on Windows.resolve_binaryto inspect.execandidates across custom settings directory and bundled resource directories.commands::tests::test_get_binary_candidates.Fixes #85.