mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-27 23:49:58 +00:00
Problem: When --split-exp is used and produces filenames with slashes in them, the target directories must already exist otherwise yq fails. Fix/feature: Create the necessary directories with os.MkdirAll(). The permissions 0750 were chosen to satisfy the vulnerability checker. |
||
|---|---|---|
| .. | ||
| bad_args.sh | ||
| basic.sh | ||
| completion.sh | ||
| empty.sh | ||
| flags.sh | ||
| front-matter.sh | ||
| header-processing-off.sh | ||
| inputs-format-auto.sh | ||
| inputs-format.sh | ||
| leading-separator.sh | ||
| load-file.sh | ||
| nul-separator.sh | ||
| output-format.sh | ||
| pipe.sh | ||
| pretty-print.sh | ||
| shebang.sh | ||
| split-printer.sh | ||