shithub: hugo

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