cliclack_yaml 0.1.1

A YAML-based configuration layer for cliclack interactive CLI prompts
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod clear;
pub mod intro;
pub mod confirm;
pub mod input;
pub mod print;
pub mod spinner;
pub mod outro;
pub mod multi_select;
pub mod select;
pub mod password;
pub mod progress;