Commit 5dcf958
fix: use canonical .INPUTS/.OUTPUTS format in scaffold function
Per about_Comment_Based_Help and the PS engine source (HelpCommentsParser.cs):
- .INPUTS documents pipeline input only; canonical no-pipeline text is
'None. You can't pipe objects to CommandName.'
- .OUTPUTS must use the fully-qualified .NET type name (System.String),
not the PowerShell type accelerator ([string])
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 157c089 commit 5dcf958
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments