From 218ee1b1ffebbb53aa82c8ce55e7ee7061342249 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:29:11 +0200 Subject: fix(add): Better error message when missing npm specifier (#24970) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before: Screenshot 2024-08-09 at 3 15 01 PM After: Screenshot 2024-08-09 at 3 52 15 PM --- cli/tools/registry/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tools/registry/mod.rs') diff --git a/cli/tools/registry/mod.rs b/cli/tools/registry/mod.rs index 51aeb1221..b3bed7721 100644 --- a/cli/tools/registry/mod.rs +++ b/cli/tools/registry/mod.rs @@ -64,6 +64,7 @@ mod unfurl; use auth::get_auth_method; use auth::AuthMethod; pub use pm::add; +pub use pm::AddCommandName; use publish_order::PublishOrderGraph; use unfurl::SpecifierUnfurler; -- cgit v1.2.3