(outPath, defaultDir string)
| 322 | } |
| 323 | |
| 324 | func isExplicitOutputPath(outPath, defaultDir string) bool { |
| 325 | return utils.EnsureAbsPath(strings.TrimSpace(outPath)) != utils.EnsureAbsPath(strings.TrimSpace(defaultDir)) |
| 326 | } |
| 327 | |
| 328 | type rootRunOptions struct { |
| 329 | portFlag int |