terminal-menu 3.1.0

Display simple menus on the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# terminal-menu-rs
Display simple full-screen menus on the terminal.  
[Examples](https://gitlab.com/xamn/terminal-menu-rs/tree/master/examples)
```
...
  ---------------
  MY lovely menu!
  usage: tinker around
  ---------------
> Selection                 First Option
  Do Something             [Yes] No 
  Your Name                 Samuel
  Your Password             ****
  Numeric                   5.25
  Submenu
  Exit
...
```