1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-01-07 21:40:41 +03:00
parent 4ea1d51b8b
commit dc39541b83
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ The standard escape sequences `\n`, `\r`, `\v`, and `\f` may be used in the pass
+ File paths, if a file on that path exists + File paths, if a file on that path exists
+ Standard `--out` parameter + Standard `--out` parameter
In order to avoid esapce sequence conversions where they should not be, it is necessary to escape them with a second character `\` (e.g., `\\n`). In order to avoid esapce sequence conversions where they should not be, it is necessary to escape them with a second character `\` (e.g., `\n`).
<hr/> <hr/>

View File

@@ -47,7 +47,7 @@ sidebar_position: 2
+ Путей к файлам, если файл по этому пути существует + Путей к файлам, если файл по этому пути существует
+ Стандартного параметра `--out` + Стандартного параметра `--out`
Для избежания преобразования управляющих последовательностей там, где его быть не должно, необходимо экранировать их вторым знаком `\` (например, `\\n`) Для избежания преобразования управляющих последовательностей там, где его быть не должно, необходимо экранировать их вторым знаком `\` (например, `\n`)
<hr/> <hr/>