Skip to content
/ inquire Public

a collection of common interactive command line user interfaces

License

Notifications You must be signed in to change notification settings

burl/inquire

Repository files navigation

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