command

package
v0.0.0-...-63cee1a Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildVersion = "v1.0"
View Source
var PinmyblogsCommands = []cli.Command{
	Server,
	Version,
}

PinmyblogsCommands contains the pinmyblogs CLI (sub-)commands.

View Source
var Server = cli.Command{
	Name:    "server",
	Aliases: []string{"up"},
	Usage:   "Starts the web server",
	Action:  startAction,
}

Server configures the command name and action.

View Source
var Version = cli.Command{
	Name:   "version",
	Usage:  "Shows version information",
	Action: versionAction,
}

Version configures the command name, flags, and action.

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