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