The Ignored-Commands
option allows you to specify a list of commands that CommandPrompter should ignore.
You can configure the Ignored-Commands
by editing the "config.yml" file as follows:
In this example, the commands sampleCommand
and sampleCommand2
are ignored by CommandPrompter.
The Ignored-Commands
option allows you to specify certain commands that CommandPrompter should not process. By listing these commands, you can ensure that CommandPrompter does not interfere with their execution.
VentureChat channels are automatically ignored by CommandPrompter
To add more commands to the list of ignored commands, use the following configuration:
This will include anotherCommand
in the list of commands ignored by CommandPrompter.
Adjust the content to fit your documentation style and requirements.