shithub: hugo

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