Update-Checker
The Update-Checker option determines whether CommandPrompter can check if it's up to date.
Usage
You can configure the Update-Checker by editing the "config.yml" file as follows:
# Allow CommandPrompter to
# check if it's up to date.
Update-Checker: trueIn this example, the update checker is enabled (true).
Explanation
Enabling the Update-Checker option allows CommandPrompter to automatically check whether there are any updates available. When set to true, CommandPrompter can perform version checks and provide notifications if a new version is available.
Example
To disable the update checker, use the following configuration:
Update-Checker: falseThis will prevent CommandPrompter from checking for updates automatically.
Last updated
Was this helpful?