mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 06:11:18 +02:00
add a fair amount ofsearch terms (#6090)
This commit is contained in:
@ -40,7 +40,7 @@ impl Command for BytesReverse {
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["convert", "inverse"]
|
||||
vec!["convert", "inverse", "flip"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Reference in New Issue
Block a user