Table of Contents

CustomHelpAction.Invoke Method

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll

Performs an action when the associated symbol is invoked on the command line.

public override int Invoke(ParseResult parseResult)

Parameters

parseResult ParseResult

Provides the parse results.

Returns

int

A value that can be used as the exit code for the process.