Module tui

Module tui 

Source

Re-exports§

pub use crate::cache::CacheConfig;
pub use app::App;
pub use workflow::AppResult;
pub use workflow::ConfirmResultAction;
pub use workflow::MultiSelectResultData;
pub use workflow::SingleSelectResult;

Modules§

app
Unified TUI application model
completions
URI completion helpers for TUI input fields.
components
workflow
Workflow state and logic for TUI interactions.

Functions§

is_interactive
run
Run the app to completion, returning the result based on workflow type.