shithub: hugo

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