-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Поддержка опций -F, --form для генератора кода 1С
- Loading branch information
Showing
5 changed files
with
757 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#Использовать ".." | ||
|
||
Парсер = Новый КонвертерКомандыCURL(); | ||
Результат = Парсер.Конвертировать("curl http://example10.com/ -F ""file=@\""local,file\"";filename=\""name;in;post\"""" | ||
|curl http://example10.com/ -F ""file=@\""local,file\"";filename=\""name;in;post\"""""); | ||
//Результат = Парсер.Конвертировать("curl http://127.0.0.1:3334/post -F 'profile=@C:\Users\Dima\Downloads\3.txt'"); | ||
Сообщить(Результат); | ||
//КоманднаяСтрока = "myapp8 url''''"; | ||
|
||
//Парсер = Новый ПарсерКонсольнойКоманды(); | ||
//Результат = Парсер.Распарсить(КоманднаяСтрока); | ||
C=1; |
Oops, something went wrong.