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