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