Added search terms
This commit is contained in:
parent
6e6ca877e7
commit
68c4046243
|
@ -122,6 +122,10 @@ impl Command for If {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn search_terms(&self) -> Vec<&str> {
|
||||||
|
vec!["else", "conditional"]
|
||||||
|
}
|
||||||
|
|
||||||
fn examples(&self) -> Vec<Example> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
vec![
|
vec![
|
||||||
Example {
|
Example {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user