shithub: hugo

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