Cmder handles running subprograms synchronously and asynchronously.
| 2 | |
| 3 | // Cmder handles running subprograms synchronously and asynchronously. |
| 4 | type Cmder struct{} |
| 5 | |
| 6 | func New() *Cmder { |
| 7 | return &Cmder{} |
nothing calls this directly
no outgoing calls
no test coverage detected