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