Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 1.73 KB

File metadata and controls

91 lines (69 loc) · 1.73 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Add-BenchmarkReadmeBlock

SYNOPSIS

Adds a README or Markdown benchmark block target.

SYNTAX

__AllParameterSets

Add-BenchmarkReadmeBlock [-Path] <string> -Block <string> [-Renderer <string>] [<CommonParameters>]

DESCRIPTION

Adds a README or Markdown benchmark block target.

EXAMPLES

EXAMPLE 1

Add-BenchmarkReadmeBlock -Block 'Value'

PARAMETERS

-Block

Marker block id.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

-Path

Document path.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

-Renderer

Renderer name.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

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

  • System.Object

RELATED LINKS

  • None