nushell/crates/nu-command/src/math
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
..
abs.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
avg.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
ceil.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
floor.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
log.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
math_.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
max.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
median.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
min.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
mod.rs cratification: part III of the math commands to nu-cmd-extra (#9674) 2023-07-13 09:11:26 -07:00
mode.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
product.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
reducers.rs Apply nightly clippy fixes (#11083) 2023-11-17 09:15:55 -06:00
round.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
sqrt.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
stddev.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
sum.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
utils.rs ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
variance.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00