(&mut self)
| 190 | } |
| 191 | |
| 192 | fn exec(&mut self) -> Result<(), CommandError> { |
| 193 | self.exec_with_abort( |
| 194 | &mut |line| info!("{}", line), |
| 195 | &mut |line| warn!("{}", line), |
| 196 | &CommandKiller::never(), |
| 197 | ) |
| 198 | } |
| 199 | |
| 200 | fn exec_with_output<STDOUT, STDERR>( |
| 201 | &mut self, |