arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Cancel-Keyword

The Cancel-Keyword option determines the word that cancels command prompting.

hashtag
Usage

You can configure the Cancel-Keyword by editing the "config.yml" file as follows:

# Word that cancels command
# prompting.
Cancel-Keyword: cancel

In this example, the cancel keyword is set to "cancel".

hashtag
Explanation

The Cancel-Keyword is the specific word that, when entered by a user, cancels the prompt queue. It provides users with a way to exit out of the prompt queue without executing any command.

hashtag
Example

To change the cancel keyword to "exit", use the following configuration:

This will set "exit" as the keyword that cancels command prompting.

Cancel-Keyword: exit