Skip to main content

ai_agent/commands/
install_github_app.rs

1use super::Command;
2
3pub fn create_install_github_app_command() -> Command {
4    Command::local(
5        "install-github-app",
6        "Set up Claude GitHub Actions for a repository",
7    )
8}