forked from extern/nushell
feat: add search terms to category of strings (#5723)
This commit is contained in:
@ -35,6 +35,10 @@ impl Command for DetectColumns {
|
||||
"Attempt to automatically split text into multiple columns"
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["split"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
engine_state: &EngineState,
|
||||
|
Reference in New Issue
Block a user