Registry / cli / leaanthony-clir

leaanthony-clir

JSON →
library1.7.0gogounverified

A simple API for creating command line applications in Go.

go get github.com/leaanthony/clir
INSTALL
IMPORT
SIG · LEAANTHONY-CLIR
L
leaanthony-clir
cligov1.7.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.

clir
github.com/leaanthony/clir

Create and run a simple CLI application.

package main import "github.com/leaanthony/clir" func main() { cli := clir.NewCli("myapp", "A simple CLI", "1.0.0") cli.Action(func() error { return nil }) cli.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
leaanthony-clir — go get leaanthony-clir · libregistry