nushell/crates/nu-command/src/database/commands
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
..
alias.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
and.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
collect.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
conversions.rs join and from derived tables (#5477) 2022-05-08 11:12:03 +01:00
describe.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
from.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
group_by.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
into_sqlite.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
join.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
limit.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
mod.rs new command into sqlite allows you to take lists and create a sqlite db (#6266) 2022-08-08 14:12:42 -05:00
open.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
or.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
order_by.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
query.rs Revert query command to query db (#6200) 2022-07-31 15:36:14 -04:00
schema.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
select.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
testing.rs Db commands without DB (#5838) 2022-06-21 12:14:29 -05:00
to_db.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
where_.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00