Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

CommandDescription
authAuthentication with GitHub
prPull request operations
branchBranch management
commitCreate commits with optional AI
configConfiguration 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