Closed as not planned
Description
Problem
When executing cargo foo
, without having executed cargo install cargo-foo
beforehand, the error message will be something along the lines of
error: no such subcommand: `foo`
Did you mean `doc`?
Given that we can have the full list crates available to us, we can detect that a user is trying to use a not-yet-installed subcommand.
Proposed Solution
No response
Notes
No response