nushell/crates/nu-command/src/stor
Ian Manske baeba19b22
Make get_full_help take &dyn Command (#12903)
# 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
..
create.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
delete.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
export.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
import.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
insert.rs Fix improperly escaped strings in stor insert (#12820) 2024-05-13 20:22:39 -05:00
mod.rs Simplify the feature gates for stor commands (#11416) 2023-12-24 13:31:46 +01:00
open.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
reset.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
stor_.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
update.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00