(cmd process.ExecCmd, wg *sync.WaitGroup)
| 78 | } |
| 79 | |
| 80 | func (c *Uipcli) wait(cmd process.ExecCmd, wg *sync.WaitGroup) { |
| 81 | defer wg.Done() |
| 82 | _ = cmd.Wait() |
| 83 | } |
| 84 | |
| 85 | func (c *Uipcli) readOutput(output io.Reader, wg *sync.WaitGroup) { |
| 86 | defer wg.Done() |