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