shithub: hugo

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