Command(String, String?, Func?) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Initializes a new instance of Command.

public Command(string name, string? help = null, Func<bool>? active = null)

Parameters

name
String

The name of the command.

help
String

The help description of the command.

active
Func<Boolean>

The active function to determine if the command is active.