parley-cli 0.1.0-rc4

Terminal-first review tool for AI-generated code changes
Documentation
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    parley::run().await
}