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