Step 22: Shell completion docs for bash, zsh, fish.

Cobra provides built-in sgard completion subcommand — no additional
code needed. README updated with installation instructions for each
shell.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 11:10:28 -07:00
parent d2bba75365
commit c00d9c65c3
3 changed files with 20 additions and 4 deletions

View File

@@ -232,8 +232,8 @@ Depends on Steps 17, 18.
### Step 22: Shell Completion
- [ ] `cmd/sgard/completion.go`: cobra's built-in completion for bash, zsh, fish
- [ ] Update README with completion installation instructions
- [x] Cobra provides built-in `sgard completion` for bash, zsh, fish, powershell — no code needed
- [x] README updated with shell completion installation instructions
### Step 23: TLS Transport for sgardd