2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-cmd-plugin
Ian Manske baeba19b22
Make get_full_help take &dyn Command ()
# Description
Changes `get_full_help` to take a `&dyn Command` instead of multiple
arguments (`&Signature`, `&Examples` `is_parser_keyword`). All of these
arguments can be gathered from a `Command`, so there is no need to pass
the pieces to `get_full_help`.

This PR also fixes an issue where the search terms are not shown if
`--help` is used on a command.
2024-05-19 19:56:33 +02:00
..
src Make get_full_help take &dyn Command () 2024-05-19 19:56:33 +02:00
Cargo.toml Bump version to 0.93.1 () 2024-05-01 17:19:20 -05:00
LICENSE Overhaul the plugin cache file with a new msgpack+brotli format () 2024-04-21 07:36:26 -05:00
README.md Overhaul the plugin cache file with a new msgpack+brotli format () 2024-04-21 07:36:26 -05:00

nu-cmd-plugin

This crate implements Nushell commands related to plugin management.