You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for the report! Unluckily, cargo doesn't know about what and how to display the description of external commands. Even cargo clippy and cargo fmtare hardcoded. There was an attempt to fix this issue, and Alex explained the situation very clear,
"...we'll want to look for a solution that both works and satisfies the constraints of maintainability in Cargo."
It would be great if you have a viable solution to share! 😄
OK, thanks for the update and references. I will take a look at the code specifically in the install/uninstall space and give you my thoughts if not a PR.
Hi. There is a new feature request #10662, and it gets a reference implementation. I am going to close this one. If you are still interested in this feature, we can move further discussions there. Thanks for your report!
Problem
From my package folder I run
cargo install cargo-solana --path .
It installs, I test it elsewhere.... everything is hunky dory. However; when I run:
cargo --list
I seeMy command description is blank (as apposed to the surrounding commands
Steps
git clone https://github.com/FrankC01/cargo-solana
cd cargo-solana
cargo install cargo-solana --path .
cargo --list
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: