Registry / cli / rwxrob-bonzai

rwxrob-bonzai

JSON →
library0.57.0gogounverified

A composable, modular command-line application framework for Go.

go get github.com/rwxrob/bonzai
INSTALL
IMPORT
SIG · RWXROB-BONZAI
R
rwxrob-bonzai
cligov0.57.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.

bonzai
github.com/rwxrob/bonzai

Create a simple Bonzai command with help.

package main import ( "github.com/rwxrob/bonzai" "github.com/rwxrob/bonzai/cmds/help" ) func main() { cmd := &bonzai.Cmd{ Name: "example", Commands: []*bonzai.Cmd{help.Cmd}, } cmd.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
rwxrob-bonzai — go get rwxrob-bonzai · libregistry