Debug-Mode
The Debug-Mode
option enables debug mode for CommandPrompter.
Usage
You can configure the Debug-Mode
by editing the "config.yml" file as follows:
In this example, debug mode is enabled (true
).
Explanation
Enabling the Debug-Mode
option allows CommandPrompter to operate in debug mode, which can be useful for troubleshooting and identifying issues. Debug mode provides additional information and logs for developers to diagnose and resolve problems.
Example
To disable debug mode, use the following configuration:
This will deactivate debug mode for CommandPrompter.
Last updated