(mut self, example: &'a str)
| 26 | } |
| 27 | |
| 28 | pub fn example(mut self, example: &'a str) -> Self { |
| 29 | self.example = Some(example); |
| 30 | self |
| 31 | } |
| 32 | |
| 33 | /// Wait duration and kill the command afterwards. |
| 34 | /// Useful to test commands that don't exit on their own. |
no outgoing calls