# This file is needed to check what the user wants to do when using Chelsea. The structure is similar to the prompts. | |
# id: just a number between 1 and 100, an integer | |
# command_dict: all options for how the user can pronounce the command, divided into two languages - English (en) and Ukrainian (ua) | |
# description: a simple description of the command | |
commands: | |
- id: 1 | |
command_dict: {"en": ["Download commannds", "download commands", "load commands", "boot commands", "install commands", "commands", "load", "boot", "download", "install"], "ua": ["Завантажити команди", "Скачати команди", "Загрузити команди", "Переглянути команди", "Завантажити", "Скачати", "Загрузити", "Переглянути", "команди"]} | |
description: download text file with all commands |