generator

package
v2.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2026 License: GPL-3.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL