external help file | Module Name | online version | schema |
---|---|---|---|
PowerBolt-help.xml |
PowerBolt |
2.0.0 |
Calls New-ExternalHelp
from PlatyPS
module. This functions will read the files in the folder from Build-PlatyPSMarkdown
.
New-ExternalHelpFromPlatyPSMarkdown [[-Path] <String>] [-MarkdownFolder <String>] [-OutputFolder <String>]
[<CommonParameters>]
New-ExternalHelpFromPlatyPSMarkdown [-DocInfo] <MKDocumentationInfo> [-MarkdownFolder <String>]
[-OutputFolder <String>] [<CommonParameters>]
New-ExternalHelpFromPlatyPSMarkdown [-MarkdownFolder <String>] [-OutputFolder <String>] [-Name] <String>
[<CommonParameters>]
{{Fill in the Description}}
PS C:\> {{ Add example code here }}
{{ Add example description here }}
{{Fill DocInfo Description}}
Type: MKDocumentationInfo
Parameter Sets: ByPipe
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{Fill MarkdownFolder Description}}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Name Description}}
Type: String
Parameter Sets: ByName
Aliases:
Accepted values: CimCmdlets, Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility, Pester, Plaster, platyPS, posh-git, PowerBolt, PSReadLine
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill OutputFolder Description}}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{Fill Path Description}}
Type: String
Parameter Sets: ByPath
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
New-ExternalHelpFromPlatyPSMarkdown.ps1