nushell/crates/nu-command/src/random
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
..
bool.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
chars.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
dice.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
float.rs Range refactor (#12405) 2024-04-06 09:04:56 -05:00
int.rs Range refactor (#12405) 2024-04-06 09:04:56 -05:00
mod.rs remove random integer in favor of random int (#10568) 2023-10-19 18:42:07 +02:00
random_.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
uuid.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00