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