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