Initializes a new instance of Command.
public Command(string name, string? help = null, Func<bool>? active = null)
The name of the command.
The help description of the command.
The active function to determine if the command is active.