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