shithub: hugo

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