cli

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Fire = &clio.Cli{
	Name:        "Fire",
	Description: "Fire is an http dev server and build tool for gohtml templates",
	SetupHandler: func(c *clio.Context) clio.Handler {
		testFlag := c.AddFlag(testFlag)

		return func() error {
			println(testFlag)
			return nil
		}
	},
}

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