Commit 85695a0
committed
Address Copilot review: validation checklist now catches the <Command> template placeholder
The README template uses 'Get-Help -Name <Command> -Examples' and the guidance
tells authors to replace <Command>, but the validation Select-String only matched
'-Name ''CommandName''' and <CommandName>, so a README shipping <Command>
unchanged would pass. Add <Command> to the pattern list.1 parent 3f39186 commit 85695a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments