Commit 0cca80d
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 cc1fb42 commit 0cca80d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments