shithub: hugo

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