Table of Contents

CliCommandAttribute.Description Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Gets or sets the description of the command. This will be displayed in usage help of the command line application.

public string Description { get; set; }

Property Value

string