By default, this command uses full type names in the parameter metadata and for the input and output
types. When you use this parameter, the cmdlet outputs short type names.
This parameter allows you to specify the URI used for online help. By default, the cmdlet uses the
URI defined in the [CmdletBinding()] attribute for the command.
This parameter allows you to specify the version of the help. The default value is 1.0.0.0. This
version is written to the HelpInfo.xml file that is used for updateable help.
This parameter allows you to specify the language locale for the help files. By default, the cmdlet
uses the current CultureInfo. Use the Get-Culture cmdlet to see the current culture settings
on your system.
The metadata to add to the frontmatter of the markdown file. The metadata is a hashtable where the
you specify the key and value pairs to add to the frontmatter. New key names are added to the
existing frontmatter. The values of existing keys are overwritten. You can't overwrite the values of
the document type or PlatyPS schema version keys. If these keys are present in the hashtable,
the cmdlet ignores the values and outputs a warning.
A list of one or more modules to create help for. The cmdlet creates Markdown help files for all
commands in the module. The cmdlet creates a folder matching the name of the module in the output
location. All Markdown files are written to the module folder.
Specifies the location of where the Markdown help files are written. The cmdlet creates a folder for
each module being processed. If the target command isn't associated with a module, the cmdlet
creates a the Markdown file in the root of the output folder.
By default, this cmdlet only creates Markdown files for commands. When you use this parameter, the
cmdlet creates a Markdown file for the module. This Markdown file contains a list of all commands in
the module and metadata used to create the HelpInfo.xml file.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.