button.handler

Members

Aliases

Handler
alias Handler = void function(ref BuildContext ctx, const(string)[] args, string workDir, ref Resources inputs, ref Resources outputs, TaskLogger logger)
Undocumented in source.

Functions

execute
void execute(BuildContext ctx, const(string)[] args, string workDir, Resources inputs, Resources outputs, TaskLogger logger)
Undocumented in source. Be warned that the author may not have intended to support it.
selectHandler
Handler selectHandler(const(string)[] args)

Returns a handler appropriate for the given arguments.

Variables

handlers
Handler[string] handlers;
Undocumented in source.

Meta

Authors

Jason White

Description: This is the root command handler. That is, this decides which command handler to use.