()
| 30 | ) |
| 31 | |
| 32 | func init() { |
| 33 | // Log date, time and file information by default |
| 34 | log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile) |
| 35 | cmd.RootCmd.AddCommand(cmd.NewVersionCommand(resolvedVersion())) |
| 36 | } |
| 37 | |
| 38 | func main() { |
| 39 | cmd.Execute() |
nothing calls this directly
no test coverage detected