Command.action

Sets the action delegate to be executed for this command. The default action is to print help for the command.

class Command
nothrow @safe
action
(
int delegate action
)

Parameters

action int delegate

Delegate to execute when command runs.