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