shithub: hugo

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