Skip to content

Commit

Permalink
rename the plugin command to nu_plugin_explore
Browse files Browse the repository at this point in the history
this was like this before, let's keep it that way.
  • Loading branch information
amtoine committed Apr 3, 2024
1 parent 92d0f3f commit fb5d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl SimplePluginCommand for Explore {
type Plugin = ExplorePlugin;

fn name(&self) -> &str {
"explore"
"nu_plugin_explore"
}

fn usage(&self) -> &str {
Expand Down

0 comments on commit fb5d81d

Please sign in to comment.