Skip to content

Files

Latest commit

7406fa1 · Jan 14, 2025

History

History
80 lines (50 loc) · 1.54 KB

Open-PSFunctionToolsHelp.md

File metadata and controls

80 lines (50 loc) · 1.54 KB
external help file Module Name online version schema
PSFunctionTools-help.xml
PSFunctionTools
2.0.0

Open-PSFunctionToolsHelp

SYNOPSIS

Open the PSFunctionTools help document.

SYNTAX

Open-PSFunctionToolsHelp [-AsMarkdown] [<CommonParameters>]

DESCRIPTION

Use this command to open the PDF help document for the PSFunctionTools module with the associated application for PDF files. As an alternative you can view the documentation as a markdown document.

EXAMPLES

Example 1

PS C:\> Open-PSFunctionToolsHelp

The file should open in the default application for PDF files.

Example 2

PS C:\> Open-PSFunctionToolsHelp -AsMarkdown

View the help file a markdown document.

PARAMETERS

-AsMarkdown

Open the help file as markdown.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: md

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

None

System.String

NOTES

RELATED LINKS

Get-PSFunctionTools

PSFunctionTools GitHub Repository: