Program.action

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

class Program
override @safe
action
(
int delegate dg
)