Success message containing link to crates.io after cargo publish
#11768
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Uh oh!
There was an error while loading. Please reload this page.
Problem
The output of
cargo publish
could be a little bit more helpful.A lot of people want to check that their crate was published successfully after running
cargo publish
. It would be really handy if after a successful publishing process, Cargo printed the URL for checking your crate.Proposed Solution
Maybe something like:
(Where
<CRATE>
gets replaced with the published crate)Notes
This takes advantage of the URL recognition that some terminal emulators have, and it's a nice touch for first-time publishers.
The text was updated successfully, but these errors were encountered: