CLI Reference
argo-rs provides a comprehensive command-line interface for GitHub repository management.
Command Structure
argo [COMMAND] [OPTIONS]
Running argo without arguments launches the TUI mode.
Available Commands
| Command | Description |
|---|---|
auth | Authentication with GitHub |
pr | Pull request operations |
branch | Branch management |
commit | Create commits with optional AI |
config | Configuration management |
Global Options
argo --help # Show help
argo --version # Show version
Quick Examples
# Authenticate
argo auth login
# List PRs
argo pr list
# Create commit with AI-generated message
argo commit -a --ai
# Launch TUI
argo