mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-28 07:57:43 +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. |
||
|---|---|---|
| .. | ||
| completion.go | ||
| constant.go | ||
| evaluate_all_command.go | ||
| evaluate_sequence_command.go | ||
| root.go | ||
| unwrap_flag.go | ||
| utils.go | ||
| version_test.go | ||
| version.go | ||