Registry / cli / muesli-coral

muesli-coral

JSON →
library1.0.0gogounverified

Coral is a commander providing a simple interface to create powerful modern CLI interfaces, similar to Cobra.

go get github.com/muesli/coral
INSTALL
IMPORT
SIG · MUESLI-CORAL
M
muesli-coral
cligov1.0.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.

coral
github.com/muesli/coral

Minimal Coral CLI app

package main import ( "fmt" "github.com/muesli/coral" ) func main() { var rootCmd = &coral.Command{ Use: "app", Short: "A brief description", Run: func(cmd *coral.Command, args []string) { fmt.Println("Hello from Coral!") }, } rootCmd.Execute() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
muesli-coral — go get muesli-coral · libregistry