![Latest Version] ![Build status] ![Supported platforms] ![License]



inquire is a library for building interactive prompts on terminals.

It provides several different prompts in order to interactively ask the user for information via the CLI. With inquire, you can use:


Demo

Animated GIF making a demonstration of a questionnaire created with this library. You can replay this recording in your terminal with asciinema play command - asciinema play ./assets/expense_tracker.cast Source

Features

Usage

Put this line in your Cargo.toml, under [dependencies].

inquire = "0.5.0"

* This prompt type is gated under a feature flag, e.g.:

inquire = { version = "0.5.0", features = ["date", "editor"] }