mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 23:15:33 +02:00
jq: remove filename dangling quote (#8063)
This commit is contained in:
parent
07612ed011
commit
61805c1a25
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Выполнить указанный скрипт:
|
- Выполнить указанный скрипт:
|
||||||
|
|
||||||
`{{cat путь/к/файлу.json}} | jq --from-file {{путь/к/скрипту.jq}}'`
|
`{{cat путь/к/файлу.json}} | jq --from-file {{путь/к/скрипту.jq}}`
|
||||||
|
|
||||||
- Передать указанные агрументы:
|
- Передать указанные агрументы:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Execute the specified script:
|
- Execute the specified script:
|
||||||
|
|
||||||
`{{cat path/to/file.json}} | jq --from-file {{path/to/script.jq}}'`
|
`{{cat path/to/file.json}} | jq --from-file {{path/to/script.jq}}`
|
||||||
|
|
||||||
- Pass the specifed arguments:
|
- Pass the specifed arguments:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue