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