clap-tui 0.1.0

Auto-generate a TUI from clap commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod dropdown;
mod footer;
mod form;
mod header;
mod layout;
mod preview;
pub(crate) mod screen;
mod sidebar;
mod styles;
mod toast;

pub(crate) use screen::render;