burl / inquire

a collection of common interactive command line user interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inquire

A collection of common interactive command line user interfaces

inquire attempts to replicate the look and feel of the Node package inquirer, but for Go.

Example

See demo/grail.go for a demonstration of using the API to gather input.

Demo

API

API documentation can be found at godoc.org.

License

This library is under the MIT License

About

a collection of common interactive command line user interfaces

License:MIT License


Languages

Language:Go 98.7%Language:Makefile 1.3%