Registry / cli / swaggo-cli

swaggo-cli

JSON →
library1.22.2gogounverified

Minimal framework for creating and organizing command line Go applications.

go get github.com/swaggo/cli
INSTALL
IMPORT
SIG · SWAGGO-CLI
S
swaggo-cli
cligov1.22.2
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/swaggo/cli

Create and run a simple CLI application.

package main import ( "github.com/swaggo/cli" ) func main() { app := cli.NewApp() app.Name = "myapp" app.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
swaggo-cli — go get swaggo-cli · libregistry