(&mut self)
| 527 | } |
| 528 | |
| 529 | pub async fn handle_status_command(&mut self) -> io::Result<()> { |
| 530 | self.client.sync().await; |
| 531 | self.client.status().await; |
| 532 | Ok(()) |
| 533 | } |
| 534 | |
| 535 | pub fn get_interactive_command() -> Command { |
| 536 | Command::new("interactive") |
no test coverage detected