parley-cli 0.1.0-rc4

Terminal-first review tool for AI-generated code changes
Documentation
1
2
3
4
5
6
7
mod app;
mod logging;
mod syntax;
mod terminal;
mod theme;

pub use app::run_tui;