Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
41a9295f07caf8a89442edf1e87bfd37a56bc09c
/
.
/
lib
/
private
/
parse_status_file.yq
blob: 017d7af5716380ed913c3356a3305f5fe0dc24e3 [
file
] [
log
] [
blame
]
load_str
(
filename
)
|
split
(
"
"
)
|
.[]
|
select
(
length
!=
0
)
|
[
capture
(
"(?P<key>[^\s]+)\s+(?P<value>.*)"
)]
|
from_entries