Skip to main content

parley/tui/
mod.rs

1mod app;
2mod logging;
3mod syntax;
4mod terminal;
5mod theme;
6
7pub use app::run_tui;