2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 00:32:03 +00:00
Hilbish/docs/api/hilbish/hilbish.processors.md

743 B

title description layout menu
Module hilbish.processors No description. doc
docs
parent
API

hilbish.processors.add()

Parameters

This function has no parameters.


hilbish.processors.execute()

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.