Command.add

Adds an overload from a function.

class Command
void
add
(
alias func
)
(
void delegate
(
Parameters!func
)
del
,
bool implemented = true
)
if (
Parameters!func.length >= 1 &&
is(Parameters!func[0] : CommandSender)
)

Meta