nushell/crates/nu-command/src/hash
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
..
generic_digest.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
hash_.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
md5.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
sha256.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00