shithub: hugo

ref: cc3f52b9c1c942047c47bffd2080af03ecc38403
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.",
}