nushell/crates/nu-command/src/bytes
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
..
add.rs Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
at.rs add more bytes cmd (#5989) 2022-07-08 21:42:31 -05:00
build_.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
bytes_.rs add bytes root command (#5956) 2022-07-06 16:46:56 +12:00
collect.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
ends_with.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
index_of.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
length.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
mod.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
remove.rs Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
replace.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
reverse.rs add a fair amount ofsearch terms (#6090) 2022-07-21 06:29:41 -05:00
starts_with.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00