ref: b00771ca14ef0b07a1eb6cf71e2511e12b02d0b0 dir: /commands/gen.go/
package commands import ( "github.com/spf13/cobra" ) var genCmd = &cobra.Command{ Use: "gen", Short: "A collection of several useful generators.", }