yq/cmd
Rudolf Thomas f73c862cc5 feat: Create parent directories if --split-exp is used.
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.
2024-12-14 19:52:09 +11:00
..
completion.go Fix: shell-completion (#2006) 2024-04-22 14:15:36 +10:00
constant.go Fixed linting 2024-11-16 12:04:43 +11:00
evaluate_all_command.go Prefer not having nolint 2024-11-16 11:52:42 +11:00
evaluate_sequence_command.go Prefer not having nolint 2024-11-16 11:52:42 +11:00
root.go feat: Create parent directories if --split-exp is used. 2024-12-14 19:52:09 +11:00
unwrap_flag.go Spellig with cspell 2023-09-19 10:43:11 +10:00
utils.go Remove old JSON warning 2024-03-23 17:17:23 +11:00
version_test.go Clean up cli help doc, add github and doc links 2021-07-09 14:58:09 +10:00
version.go Bumping version 2024-12-07 17:33:47 +11:00