mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
e154481c5b
* printer: refactor output to pass down args from cli * msg: add missing max width arg to search cmd * output: rename printer service, merge print with output folder * doc: update changelog and wiki * table: rename print fn
10 lines
125 B
Rust
10 lines
125 B
Rust
//! Module related to User Interface.
|
|
|
|
pub mod table_arg;
|
|
|
|
pub mod table;
|
|
pub use table::*;
|
|
|
|
pub mod choice;
|
|
pub mod editor;
|