nushell/crates/nu-command/src/math
Stefan Holderbach 0afe1e4e67
Test command names and search terms for redundancy (#6380)
* Test commands for proper names and search terms

Assert that the `Command.name()` is equal to `Signature.name`

Check that search terms are not just substrings of the command name as
they would not help finding the command.

* Clean up search terms

Remove redundant terms that just replicate the command name.
Try to eliminate substring between search terms, clean up where
necessary.
2022-08-24 11:16:47 +02:00
..
abs.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
avg.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
ceil.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
eval.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
floor.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
math_.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
max.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
median.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
min.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
mode.rs Add search terms to 'math' commands (#5990) 2022-07-08 09:14:51 -05:00
product.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
reducers.rs Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
round.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
sqrt.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
stddev.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
sum.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
utils.rs Add support for optional list stream output formatting (#6325) 2022-08-18 05:44:53 -05:00
variance.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00