shithub: hugo

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