feat: add search terms to category of strings (#5723)

This commit is contained in:
Jae-Heon Ji
2022-06-06 22:47:09 +09:00
committed by GitHub
parent b8d253cbd7
commit 820a6bfb08
26 changed files with 112 additions and 0 deletions

View File

@ -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,