()
| 12 | ) |
| 13 | |
| 14 | func (c *CmdConfigurator) noCommandError() error { |
| 15 | return errors.New("missing required -c flag or appCmd in config file") |
| 16 | } |
| 17 | |
| 18 | // alreadyRunning checks that during test mode, if user provides the basePath, then it implies that the application is already running somewhere. |
| 19 | func alreadyRunning(cmd, basePath string) bool { |
no test coverage detected