Added search terms

This commit is contained in:
NotTheDr01ds 2024-06-13 18:14:05 -04:00
parent 6e6ca877e7
commit 68c4046243

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 {