Cmdlet Reference
Reference documentation for the module’s cmdlets.
less than a minute
Find-Ast
Finds ASTs by type or predicate in a script block, file, or AST.
Get-AstInfo
Gets an AstInfo object from a script block, file, or text.
Get-AstType
Gets AST types from the current AppDomain with optional filters.
Get-ShortDescription
Creates Markdown source listing each of cmdlet files in the folder and their SYNOPSIS text.
Get-Syntax
Displays the syntax of a cmdlet.
Invoke-Pandoc
Invokes Pandoc to convert Markdown files to plain text files.
New-AstPredicate
Returns a scriptblock predicate for finding ASTs of a particular
New-MDHelp
Creates Markdown help files for the cmdlets in a module.
Resolve-TypeName
Resolves a TypeName or ArrayTypeName to the type’s full name.
Sort-Parameters
Sorts the H3 parameter blocks of a cmdlet Markdown file.
Test-IsAstType
Determines if a type is an AST type.
Update-Headings
Changes the standard headings in about_
files and cmdlet reference to title case.
Last modified June 12, 2023: (MAINT) Implement HelpInfo, AstInfo, and DecoratingComments (5f8c13b)