Registry / cli / bowery-prompt

bowery-prompt

JSON →
library0.0.0-20190916142128-fa8279994f75gogounverified

Prompt implements a cross-platform line-editing prompt with ANSI escape sequence support.

go get github.com/Bowery/prompt
INSTALL
IMPORT
SIG · BOWERY-PROMPT
B
bowery-prompt
cligov0.0.0-20190916142128-fa8279994f75
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.

prompt
github.com/Bowery/prompt

Prompts the user for input and prints a greeting.

package main import ( "fmt" "github.com/Bowery/prompt" ) func main() { input, err := prompt.Basic("Enter name: ", false) if err != nil { panic(err) } fmt.Println("Hello, " + input) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190916142128-fa8279994f75latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
bowery-prompt — go get bowery-prompt · libregistry