shithub: hugo

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