1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-05 10:33:31 +02:00

jq: remove unnecessary / (#17912)

This commit is contained in:
Dylan 2025-08-30 23:05:59 +00:00 committed by GitHub
parent 771de189c9
commit a28e747e00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
- Execute a specific expression only using the `jq` binary (print a colored and formatted JSON output):
`jq '.' /{{path/to/file.json}}`
`jq '.' {{path/to/file.json}}`
- Execute a specific script: