nushell/crates/nu-cmd-plugin/src
Devyn Cairns e462b6cd99
Make the message when running a plugin exe directly clearer (#12806)
# Description

This changes the message that shows up when running a plugin executable
directly rather than as a plugin to direct the user to run `plugin add
--help`, which should have enough information to figure out what's going
on. The message previously just vaguely suggested that the user needs to
run the plugin "from within Nushell", which is not really enough - it
has to be added with `plugin add` to be used as a plugin.

Also fix docs for `plugin add` to mention `plugin use` rather than
`register` (oops)
2024-05-07 20:12:32 -07:00
..
commands Make the message when running a plugin exe directly clearer (#12806) 2024-05-07 20:12:32 -07:00
default_context.rs Deprecate register and add plugin use (#12607) 2024-04-23 06:37:50 -05:00
lib.rs Overhaul the plugin cache file with a new msgpack+brotli format (#12579) 2024-04-21 07:36:26 -05:00
util.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00