Cancel-Message
The TextPrompt.Cancel-Message
option specifies the clickable text message for canceling command completion in the TextPrompt feature.
Usage
You can configure the TextPrompt.Cancel-Message
by editing the "prompt-config.yml" file as follows:
In this example, the cancel message is set to "[ā]" in red color.
Explanation
The TextPrompt.Cancel-Message
option allows you to define the message that appears as the clickable option for canceling command completion. This message provides users with a visual cue to initiate the cancellation process.
Example
To customize the cancel message, use the following configuration:
This will display "[Cancel]" in dark red color as the cancel message.
Last updated