nushell/crates/nu-command
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
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
tests Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml Bump dev version (#6350) 2022-08-18 21:14:17 +12:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00