shithub: hugo

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