Skip to main content

ai_agent/commands/
pr_comments.rs

1use super::Command;
2
3pub fn create_pr_comments_command() -> Command {
4    Command::local("pr-comments", "Manage PR comments")
5}