(level l.Level)
| 111 | } |
| 112 | |
| 113 | func setUpLogging(level l.Level) { |
| 114 | l.SetUpBasicLogging(logOutput, l.CliFormat, l.ModuleLevel{ |
| 115 | Module: "gohan.cli.client", |
| 116 | Level: level, |
| 117 | }) |
| 118 | } |
| 119 | |
| 120 | func isCustomCommand(command string) bool { |
| 121 | for _, c := range defaultCommands { |
no outgoing calls
no test coverage detected