Added search terms

This commit is contained in:
NotTheDr01ds 2024-06-13 18:25:14 -04:00
parent 323d5457f9
commit 3a1ed782c0

View File

@ -122,6 +122,10 @@ impl Command for If {
}
}
fn search_terms(&self) -> Vec<&str> {
vec!["else", "conditional"]
}
fn examples(&self) -> Vec<Example> {
vec![
Example {