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