Registry / cli / go-clix-cli

go-clix-cli

JSON →
library0.2.0gogounverified

A simple CLI framework for Go.

go get github.com/go-clix/cli
INSTALL
IMPORT
SIG · GO-CLIX-CLI
G
go-clix-cli
cligov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
github.com/go-clix/cli

Create a simple CLI app

package main import ( "fmt" "github.com/go-clix/cli" ) func main() { app := cli.NewApp() app.Name = "example" app.Action = func(c *cli.Context) error { fmt.Println("Hello, world!") return nil } app.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
26
Resources
go-clix-cli — go get go-clix-cli · libregistry