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