shithub: hugo

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