2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-28 21:33:48 +00:00
bazel-lib/lib/private/parse_status_file.yq
2023-06-15 16:50:26 -07:00

4 lines
129 B
Plaintext

load_str(filename) | split("\n") | .[] | select(length!=0)
| [capture("(?P<key>[^\s]+)\s+(?P<value>.*)")]
| from_entries