Commit 47546c3
authored
docs: fix stale future comments in spec.go (#57)
## Description
Remove stale `(future)` comments from `command.Spec` fields that have already been implemented:
- `PollConfig` — shipped in PR #34 (`--wait` polling framework). Comment referenced "Track B" which no longer exists.
- `Columns` — shipped in PRs #26-28 (M3 TUI formatting). Comment referenced "M3" as future.
- `Destructive` — updated to say "not yet implemented" (accurate).
Also added cross-references to where registrations live (`cmd/heygen/poll_configs.go`, `cmd/heygen/columns.go`) so future readers can find the related code.
No behavior change — comments only.
## Testing
`make test` passes. Comment-only change, no functional impact.1 parent a086b99 commit 47546c3
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments