Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GeneratorCommand cli.Command = cli.Command{ Name: "generate", Aliases: []string{"g"}, Usage: "generate a static blog feed from markdown posts", Action: func(ctx context.Context, c *cli.Command) error { fmt.Println("generate") return nil }, }
GeneratorCommand is the main entry point for the GoBlog generate CLI tool. This command is used to set up all the flags, usage info and the action to for generate.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.