From fb5d81defc14d5e18c8047f432717d6f7ea45536 Mon Sep 17 00:00:00 2001 From: amtoine Date: Wed, 3 Apr 2024 22:48:05 +0200 Subject: [PATCH] rename the plugin command to `nu_plugin_explore` this was like this before, let's keep it that way. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f2b2025..28be9a8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ impl SimplePluginCommand for Explore { type Plugin = ExplorePlugin; fn name(&self) -> &str { - "explore" + "nu_plugin_explore" } fn usage(&self) -> &str {