Module hilbish.processors
Introduction#
Functions#
hilbish.processors.execute(command, opts) -> table: Run all command processors, in order by priority.
execute#
hilbish.processors.execute(command, opts) -> table
Run all command processors, in order by priority. It returns the processed command (which may be the same as the passed command) and a boolean which states whether to proceed with command execution.
Parameters#
This function has no parameters.