Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add info about the key --vars value type #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/tools/docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The name of the startup key corresponds to the name of the setting.
| `--input, -i` | Path to the project directory (required parameter). |
| `--output, -o` | The path to the folder for output data (required parameter). |
| `--varsPreset` | Name of the [variable preset](../../project/presets.md) used. |
| `--vars, -v` | Values of [variables](../../syntax/vars.md). |
| `--vars, -v` | Values of [variables](../../syntax/vars.md). The value of the key is passed as a JSON string.|
| `--strict, -s` | Launch in strict mode.</br></br>YFM warnings are treated as errors. Disabled by default. |
| `--quiet, -q` | Start in quiet mode.</br></br>Do not output logs to stdout. Disabled by default. |
| `--config, -c` | Path to the [configuration file](../../project/config.md). |
Expand Down
2 changes: 1 addition & 1 deletion ru/tools/docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
`--input, -i` | Путь до директории проекта (обязательный параметр).
`--output, -o` | Путь до директории, предназначенной для выходных данных (обязательный параметр).
`--varsPreset` | Название используемого [пресета переменных](../../project/presets.md).
`--vars, -v` | Значения [переменных](../../syntax/vars.md).
`--vars, -v` | Значения [переменных](../../syntax/vars.md). Значение ключа передается как JSON строка.
`--strict, -s` | Запуск в строгом режиме.</br></br>Предупреждения YFM трактуются как ошибки. По умолчанию выключено.
`--quiet, -q` | Запуск в тихом режиме.</br></br>Не выводить логи в stdout. По умолчанию выключено.
`--config, -c` | Путь до [файла конфигурации](../../project/config.md).
Expand Down