shithub: hugo

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