ExecCallback is used when executing an *exec.Command to return a message with an error, which may or may not be nil.
func(error) Msg
| 54 | // ExecCallback is used when executing an *exec.Command to return a message |
| 55 | // with an error, which may or may not be nil. |
| 56 | type ExecCallback func(error) Msg |
| 57 | |
| 58 | // ExecCommand can be implemented to execute things in a blocking fashion in |
| 59 | // the current terminal. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…