---
title: Module hilbish.processors
description: No description.
layout: doc
menu:
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.