shithub: hugo

ref: cf732940a31cd883d937f8e3fd47bba0ac84f923
dir: /commands/gen.go/

View raw version
package commands

import (
	"github.com/spf13/cobra"
)

var genCmd = &cobra.Command{
	Use:   "gen",
	Short: "A collection of several useful generators.",
}