(cmdStr string, commandLine bool)
| 63 | } |
| 64 | |
| 65 | func (c *OSCommand) LogCommand(cmdStr string, commandLine bool) { |
| 66 | c.Log.WithField("command", cmdStr).Info("RunCommand") |
| 67 | |
| 68 | c.guiIO.logCommandFn(cmdStr, commandLine) |
| 69 | } |
| 70 | |
| 71 | // FileType tells us if the file is a file, directory or other |
| 72 | func FileType(path string) string { |
no outgoing calls
no test coverage detected