hugo/commands/gen.go

11 lines
156 B
Go
Raw Normal View History

package commands
import (
"github.com/spf13/cobra"
)
var genCmd = &cobra.Command{
Use: "gen",
Short: "A collection of several useful generators.",
}