Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 668 Bytes

Prompt Build Status

Prompt a keyboard interactive menu on your cli, and echo the selected option.

Install

go get github.com/bastienar/prompt

Usage

prompt Message option1 option2 ...

Navigate with , , , , TAB, SHIFT + TAB, SPACE, BACKSPACE
Validate or Cancel with ENTER or CTRL + C

Menu is displayed in Stderr, selected option to Stdout

screenshot