shithub: hugo

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