nushell/crates/nu-cli
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
..
src Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
tests Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
Cargo.toml Implement PWD recovery (#12779) 2024-05-10 11:06:33 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00