nushell/crates/nu-command/src/date
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
..
date_.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
humanize.rs use abbreviated string instead of debug string for DatetimeParseErrors (#12517) 2024-04-16 23:19:03 +02:00
list_timezone.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
mod.rs rename from date format to format date (#9902) 2023-08-04 06:06:00 +12:00
now.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
parser.rs Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
to_record.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
to_table.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
to_timezone.rs use abbreviated string instead of debug string for DatetimeParseErrors (#12517) 2024-04-16 23:19:03 +02:00
utils.rs Minimize future false positive typos (#12751) 2024-05-04 15:00:44 +00:00