Registry / cli / thatisuday-commando

thatisuday-commando

JSON →
library1.0.4gogounverified

Helps create CLI applications with sub-command architecture, getopt(3) style argument parsing, and flag aliases.

go get github.com/thatisuday/commando
INSTALL
IMPORT
SIG · THATISUDAY-COMMAND
T
thatisuday-commando
cligov1.0.4
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.

commando
github.com/thatisuday/commando

Set up a basic CLI with commando

package main import ( "fmt" "github.com/thatisuday/commando" ) func main() { commando. SetExecutableName("myapp"). SetVersion("1.0.0"). SetDescription("My CLI app"). SetOption("verbose", "v", "Enable verbose output", false). Parse(nil) fmt.Println("CLI ready") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
thatisuday-commando — go get thatisuday-commando · libregistry