(&mut self, input: &str, cursor: usize)
| 33 | } |
| 34 | |
| 35 | pub fn update(&mut self, input: &str, cursor: usize) { |
| 36 | self.update_with_commands(input, cursor, COMMAND_SPECS); |
| 37 | } |
| 38 | |
| 39 | pub fn update_with_commands( |
| 40 | &mut self, |
nothing calls this directly
no test coverage detected