feat: add search terms to date (#5306)

* add search terms

* add search terms

* add search terms

* add search terms

* add search terms

* add search terms

* add search terms

* add search terms

* add search patterns

* run cargo fmt --all
This commit is contained in:
Abdulqudduus Babalola
2022-04-23 14:54:03 +01:00
committed by GitHub
parent b9eb213f36
commit 667eb27d1b
17 changed files with 107 additions and 0 deletions

View File

@ -32,6 +32,18 @@ impl Command for Mkdir {
"Make directories, creates intermediary directories as required."
}
fn search_terms(&self) -> Vec<&str> {
vec![
"mkdir",
"make",
"directory",
"dir",
"folder",
"make_dir",
"make_dirs",
]
}
fn run(
&self,
engine_state: &EngineState,