shithub: hugo

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