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