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