()
| 24 | } |
| 25 | |
| 26 | func init() { |
| 27 | flag.StringVar(&configPath, "config-path", "", "Specify path to config (or provide it on stdin)") |
| 28 | flag.BoolVar(&printVersion, "version", false, "Print version and exit") |
| 29 | } |
| 30 | |
| 31 | func main() { |
| 32 | flag.Parse() |
nothing calls this directly
no outgoing calls
no test coverage detected