(&mut self)
| 1894 | } |
| 1895 | |
| 1896 | pub fn capture_output(&mut self) -> &mut Self { |
| 1897 | self.capture_output = true; |
| 1898 | self |
| 1899 | } |
| 1900 | |
| 1901 | pub fn set_print_cmd(&mut self, print_cmd: bool) -> &mut Self { |
| 1902 | self.print_cmd = print_cmd; |
no outgoing calls