Registry / cli / abiosoft-ishell-v2

abiosoft-ishell-v2

JSON →
library2.0.2gogounverified

An interactive shell library for Go that provides a readline-like interface with command completion and history.

go get github.com/abiosoft/ishell/v2
INSTALL
IMPORT
SIG · ABIOSOFT-ISHELL-V2
A
abiosoft-ishell-v2
cligov2.0.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.

ishell
github.com/abiosoft/ishell/v2

Create an interactive shell with a custom command.

package main import ( "fmt" "github.com/abiosoft/ishell/v2" ) func main() { shell := ishell.New() shell.AddCmd(&ishell.Cmd{ Name: "hello", Help: "say hello", Func: func(c *ishell.Context) { fmt.Println("Hello!") }, }) shell.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
OpenAI (training)
1
Resources
abiosoft-ishell-v2 — go get abiosoft-ishell-v2 · libregistry