package main func main() { /* TODO if err := Run(context.Background(), Config{}, nil, os.Stdout); err != nil { log.Fatal(err) } */ // Handle the command-line via cobra and viper execute() } /* TODO func Run(ctx context.Context, config Config, args []string, stdout io.Writer) error { return fmt.Errorf("not implemented") } */