1//! This module defines the commands and data structures used by the command-line 2//! interface (CLI) and the terminal UI (TUI). 3pub mod commands; 4 5pub use commands::UiNotification;