ui-cli 0.3.13

A CLI to add components to your app.
Documentation
1
2
3
4
5
6
7
8
9
// Library interface for ui-cli
// This allows integration tests and external consumers to access shared functionality

pub mod shared {
    pub mod cli_error;
    pub mod markdown_utils;
    pub mod rust_ui_client;
    pub mod task_spinner;
}