shithub: hugo

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