shithub: hugo

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