Registry / cli / blugelabs-ice

blugelabs-ice

JSON →
library1.0.0gogounverified

A Go library for building interactive command-line environments.

go get github.com/blugelabs/ice
INSTALL
IMPORT
SIG · BLUGELABS-ICE
B
blugelabs-ice
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.

ice
github.com/blugelabs/ice

Create a simple CLI app with a hello command.

package main import ( "fmt" "github.com/blugelabs/ice" ) func main() { app := ice.New() app.Command("hello", "Say hello", func(cmd *ice.Cmd) { fmt.Println("Hello!") }) app.Run() }
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
38 hits · last 30 days
node
36
Resources
blugelabs-ice — go get blugelabs-ice · libregistry