requestty 0.6.3

An easy-to-use collection of interactive cli prompts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Requestty Examples

The examples given show some basic usage of the library in different
ways. You can also see the documentation for the `Question` type for
examples on each prompt type.

## Required features

All of the examples work with all features.

## Run examples

```sh
$ cargo run --example [example-name]
```