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
2024-12-18 10:18:11 +03:00
parent c69e2d61ed
commit 827c5e557c
3 changed files with 21 additions and 1 deletions

View File

@@ -39,4 +39,14 @@ After executing the requested action, the program outputs the result and exits.
![demo](./img/3.gif)
## Escape sequences
The standard escape sequences `\n`, `\r`, `\v`, and `\f` may be used in the passed parameters. These are converted to line breaks, carriage returns, vertical tabs, and form feeds, respectively, in all arguments, except:
+ Array parameters and JSON-formatted parameters (i.e., those beginning with `{` or `[`)
+ File paths, if a file on that path exists
+ Standard `--out` parameter
<hr/>
You can find all further information you might need for work in other sections of this documentation, as well as in the built-in help of OInt CLI

View File

@@ -39,4 +39,14 @@ sidebar_position: 2
![demo](./img/3.gif)
## Управвляющие последовательности
В передаваемых параметрах допустимо использование стандартных управляющих последовательностей: `\n`, `\r`, `\v` и `\f`. Они преобразуются в символы переноса строки, возврата каретки, вертикальной табуляции и перевода формы соответствеено, во всех аргументах, за исключением:
+ Параметров-массивов и параметров в формате JSON (т.е. начинающихся с `{` или `[`)
+ Путей к файлам, если файл по этому пути существует
+ Стандартного параметра `--out`
<hr/>
Всю дальнейшую информацию, которая может понадобиться вам для работы, вы сможете найти в других разделах данной документации, а также во встроенной справке OInt CLI

View File

@@ -6623,7 +6623,7 @@
"Фильтр офисов. См. ПолучитьОписаниеФильтраОфисов": "Office filter. See GetOfficeFilterDescription",
"Telegram_ОчиститьСписокЗакрепленныхСообщенийТемы": "Telegram_ClearPinnedMessagesList",
"Забрать токен из параметра URL в адресной строке": "Retrieve the token from the URL parameter in the address bar",
"ТребуетсяОбработкаУправляющихПоследовательностей": "RequiresProcessingOfControlSequences",
"ТребуетсяОбработкаУправляющихПоследовательностей": "RequiresProcessingOfEscapeSequences",
"Вид обработки текста (HTML, Markdown, MarkdownV2": "Text processing type (HTML, Markdown, MarkdownV2",
"Вы можете передать до 100 идентификаторов за раз": "You can pass up to 100 identifiers at a time",
"Сформируйте ссылку и перейдите по ней в браузере": "Form a link and click on it in your browser",