prependHandler

fun prependHandler(handler: CommandExecutionHandler<C>): MutableCommandBuilder<C>

Sets a new command execution handler that invokes the given {@code handler} before the current {@link #handler() handler}.

Return

this mutable builder

Parameters

handler

the handler to invoke before the current handler