Replace gt rigs with gt rig list in templates and docs (#217)

The command was renamed from `gt rigs` to `gt rig` with subcommands.
This updates all references to use `gt rig list` for listing rigs.
This commit is contained in:
Martin Emde
2026-01-06 12:59:49 -08:00
committed by GitHub
parent 9e416e9ff5
commit 201ef3a9c8
7 changed files with 8 additions and 8 deletions

View File

@@ -371,7 +371,7 @@ func outputMayorContext(ctx RoleContext) {
fmt.Println("- `gt mail inbox` - Check your messages")
fmt.Println("- `gt mail read <id>` - Read a specific message")
fmt.Println("- `gt status` - Show overall town status")
fmt.Println("- `gt rigs` - List all rigs")
fmt.Println("- `gt rig list` - List all rigs")
fmt.Println("- `bd ready` - Issues ready to work")
fmt.Println()
fmt.Println("## Hookable Mail")