| 11 | mod task; |
| 12 | |
| 13 | pub struct ProgramCommand { |
| 14 | cmd: Box<Command>, |
| 15 | output: Option<ProgramOutputId>, |
| 16 | } |
| 17 | |
| 18 | impl From<Command> for ProgramCommand { |
| 19 | fn from(cmd: Command) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected