mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add search terms for uppercase (#6720)
* Add search terms for uppercase * Add search terms * Add search terms * Change to parse * Add search terms for from * Add search terms for to * Remove duplicate function * Remove duplication of search terms * Remove search term
This commit is contained in:
@ -66,10 +66,6 @@ impl Command for ToText {
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["convert"]
|
||||
}
|
||||
}
|
||||
|
||||
fn local_into_string(value: Value, separator: &str, config: &Config) -> String {
|
||||
|
Reference in New Issue
Block a user