You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
example | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
prompt.go | 1 year ago |
README.md
PROMPT
A Go 1.18 generics based package to create a command line readline style prompt that gets you the type you ask for. Supports reading in complex types when the Prompter interface is being used. Falls back on fmt.Scan, which might fail.
Usage:
import "git.kiefte.eu/lapingvino/prompt"
And see example.
Feel free to be inspired and include an improved version in your packages. This is not meant to be maintained.