Registry / cli / songmu-prompter

songmu-prompter

JSON →
library0.5.1gogounverified

A utility package for easy prompting in command-line applications.

go get github.com/Songmu/prompter
INSTALL
IMPORT
SIG · SONGMU-PROMPTER
S
songmu-prompter
cligov0.5.1
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.

prompter
github.com/Songmu/prompter

Prompt the user for input and print a greeting.

package main import ( "fmt" "github.com/Songmu/prompter" ) func main() { name := prompter.Prompt("Enter your name: ") fmt.Println("Hello, " + name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
songmu-prompter — go get songmu-prompter · libregistry