Commit e351f04
fix: pass HelpStmt to execHelp in test (signature changed to two-arg)
The execHelp function signature was updated to accept a *ast.HelpStmt
for topic-based help. Update the mock test to pass an empty HelpStmt
so the call matches the two-argument signature.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2a5be7f commit e351f04
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments