shithub: hugo

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