Add shell completion generation
This commit is contained in:
parent
d9728a326d
commit
5b2c30f817
7 changed files with 98 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue