nushell/crates/nu-command/src/strings/split
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
..
chars.rs feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
column.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
command.rs Highlight help tutor (#838) 2022-01-25 02:05:19 +11:00
list.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
mod.rs add a split words command (#6363) 2022-08-20 05:55:54 +12:00
row.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
words.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00