Cancel-Keyword
Usage
# Word that cancels command
# prompting.
Cancel-Keyword: cancelExplanation
Example
Cancel-Keyword: exitLast updated
Was this helpful?
The Cancel-Keyword option determines the word that cancels command prompting.
You can configure the Cancel-Keyword by editing the "config.yml" file as follows:
# Word that cancels command
# prompting.
Cancel-Keyword: cancelIn this example, the cancel keyword is set to "cancel".
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.
To change the cancel keyword to "exit", use the following configuration:
Cancel-Keyword: exitThis will set "exit" as the keyword that cancels command prompting.
Last updated
Was this helpful?
Was this helpful?