CakeSpectreReportPrinter.

WriteSkippedStep(string, Verbosity) Method

Summary

Writes the skipped step to a target.
Namespace
Cake.Cli
Containing Type
CakeSpectreReportPrinter

Syntax

public void WriteSkippedStep(string name, Verbosity verbosity)

Parameters

Name Type Description
name string The name of the step.
verbosity Verbosity The Verbosity at which the step should be written.

Return Value

Type Description
void