Function handle_review_command

Source
pub async fn handle_review_command(
    common: CommonParams,
    _print: bool,
    repository_url: Option<String>,
    include_unstaged: bool,
    commit_id: Option<String>,
) -> Result<()>
Expand description

Handles the review command which generates an AI code review of staged changes with comprehensive analysis across multiple dimensions of code quality