Click or drag to resize

CommandLineTypeSetHelpCommand Method

Overrites the built in help command with your own.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public bool SetHelpCommand(
	CommandType command
)

Parameters

command
Type: us.FreeWill.CommandLineCommandType
The command you want executed when the user enters "help" (or whatever you've replaced "help" with in the command object).

Return Value

Type: Boolean
true.
See Also