Registry / cli / choria-io-fisk

choria-io-fisk

JSON →
library0.8.1gogounverified

A command-line interface framework for Go, inspired by Kong, providing declarative CLI parsing and help generation.

go get github.com/choria-io/fisk
INSTALL
IMPORT
SIG · CHORIA-IO-FISK
C
choria-io-fisk
cligov0.8.1
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.

fisk
github.com/choria-io/fisk

Create a simple CLI app with a flag.

package main import ( "fmt" "github.com/choria-io/fisk" ) func main() { app := fisk.New("myapp", "A sample CLI") app.Flag("verbose", "Enable verbose output").Bool() app.Action(func(ctx *fisk.ParseContext) error { fmt.Println("Hello from fisk") return nil }) app.Parse([]string{"--verbose"}) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
29
Amazon
1
OpenAI (training)
1
Resources
choria-io-fisk — go get choria-io-fisk · libregistry