shithub: hugo

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