/command-name - Title
February 22, 2026 ยท View on GitHub
Purpose: What this command does.
When to use: Circumstances where this is appropriate.
Usage
/command-name [arguments]
/command-name --option value
Process
- Step 1 - What happens first
- Step 2 - What happens next
- Step 3 - Final step
Output
What the command produces or displays.
Examples
# Example 1: Basic usage
/command-name foo
# Example 2: With options
/command-name --verbose bar
Related Commands
/related-command- How it relates