()
| 13 | ) |
| 14 | |
| 15 | func main() { |
| 16 | if err := clidoc.Generate(cmd.NewRootCmd(), os.Args[1:]); err != nil { |
| 17 | _, _ = fmt.Fprintf(os.Stderr, "%+v", err) |
| 18 | os.Exit(1) |
| 19 | } |
| 20 | fmt.Println("All files have been generated and updated.") |
| 21 | } |
nothing calls this directly
no test coverage detected