mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update the manuals
This commit is contained in:
@ -88,8 +88,13 @@ try {
|
||||
"$(((($parameter | Out-String).Trim() -split "`r`n")[-5..-1] | % { $_.Trim() }) -join "`r`n")"
|
||||
"``````"
|
||||
}
|
||||
""
|
||||
"``````"
|
||||
"## <CommonParameters>"
|
||||
"This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216)."
|
||||
" This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, "
|
||||
" WarningVariable, OutBuffer, PipelineVariable, and OutVariable."
|
||||
" For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216)."
|
||||
"``````"
|
||||
|
||||
foreach($input in $full.inputTypes.inputType) {
|
||||
""
|
||||
|
Reference in New Issue
Block a user