appendHandler

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

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

Return

this mutable builder

Parameters

handler

the handler to invoke after the current handler