forked from extern/nushell
feat: add search terms for conversions (#5259)
This commit is contained in:
@ -25,6 +25,10 @@ impl Command for SubCommand {
|
||||
"Convert text into a decimal"
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["convert", "number", "floating"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
engine_state: &EngineState,
|
||||
|
Reference in New Issue
Block a user