Add shell completion generation

This commit is contained in:
Eric Wendland 2026-05-23 02:40:03 +02:00
commit 5b2c30f817
7 changed files with 98 additions and 3 deletions

View file

@ -65,6 +65,10 @@ Implementation order:
- `[x]` README has a two-machine walkthrough for the main smoke tests.
- `[x]` CLI recovery errors tell operators the next command to run.
- `[x]` JSON sync status is script-friendly for stale/failed peer detection.
- `[x]` Shell completions are generated from the Clap command tree for
bash, zsh, fish, PowerShell, and elvish.
- `[x]` Completion installation examples are available through
`geth guide completions`.
- `[x]` Two-node operator-flow test coverage.
Acceptance criteria: