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