diff options
author | Miguel Rodrigues <64497525+mbrdg@users.noreply.github.com> | 2024-11-16 13:57:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 14:57:14 +0100 |
commit | 99d5c6e423fe67f7f062296ffd38b38f92b7ab70 (patch) | |
tree | 6027c9ed11227fb41f77479930001c6f49b246c4 /cli/tools/registry/mod.rs | |
parent | 84e12386480d76e97ad85d9c5314168e7ab03e04 (diff) |
fix(cli): show prefix hint when installing a package globally (#26629)
Closes #26545
Shows a hint when a package is installed globally, otherwise fallbacks
to the existing implementation.
Diffstat (limited to 'cli/tools/registry/mod.rs')
-rw-r--r-- | cli/tools/registry/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/registry/mod.rs b/cli/tools/registry/mod.rs index 4098d62e3..12289c581 100644 --- a/cli/tools/registry/mod.rs +++ b/cli/tools/registry/mod.rs @@ -69,6 +69,7 @@ pub use pm::add; pub use pm::cache_top_level_deps; pub use pm::remove; pub use pm::AddCommandName; +pub use pm::AddRmPackageReq; use publish_order::PublishOrderGraph; use unfurl::SpecifierUnfurler; |