Hi there,
I don't like installing tools globally (because it's far too easy to lose track of project dependencies) and prefer to use Nix flakes to keep everything self-contained. A problem I run into daily is probe-rs asking to install the binary despite the project not containing any Rust source files. I think it only makes sense to prompt the user if they're currently within a Rust source file/project.
