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}