shithub: hugo

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