mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 05:38:20 +02:00
* 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. |
||
---|---|---|
.. | ||
add.rs | ||
at.rs | ||
build_.rs | ||
bytes_.rs | ||
collect.rs | ||
ends_with.rs | ||
index_of.rs | ||
length.rs | ||
mod.rs | ||
remove.rs | ||
replace.rs | ||
reverse.rs | ||
starts_with.rs |