Registry / cli / willabides-kongplete

willabides-kongplete

JSON →
library0.4.0gogounverified

Generate shell completions for CLI programs using Kong and the complete library.

go get github.com/willabides/kongplete
INSTALL
IMPORT
SIG · WILLABIDES-KONGPLE
W
willabides-kongplete
cligov0.4.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.

kongplete
github.com/willabides/kongplete

Set up shell completion for a Kong-based CLI.

package main import ( "github.com/alecthomas/kong" "github.com/willabides/kongplete" ) var CLI struct { Run struct{} `cmd:""` } func main() { ctx := kong.Parse(&CLI, kong.Name("myapp"), kong.Description("My CLI"), kongplete.Complete(&kongplete.Config{ App: "myapp", }), ) _ = ctx }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
willabides-kongplete — go get willabides-kongplete · libregistry