You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
combined with download-size possibly being 0, this makes parsing the output harder/impossible because there aren't a consistent number of fields per line.
this should probably print 0 or -, but having json output (like xbps-query is getting) would also be nice for simpler parsing by other programs
The text was updated successfully, but these errors were encountered:
this ensures there will always be 6 fields per line, making it possible
to parse the output consistently. `arch` and `repository` default to `-`.
`installed_size` and `filename-size` default to `0` to allow for easy
tabulation.
Fixes: void-linux#610
for a metapackage like
removed-packages
,installed-size
is 0, soxbps-install -n
prints nothing for that field:xbps/bin/xbps-install/transaction.c
Lines 69 to 72 in e82437f
combined with
download-size
possibly being 0, this makes parsing the output harder/impossible because there aren't a consistent number of fields per line.this should probably print
0
or-
, but having json output (like xbps-query is getting) would also be nice for simpler parsing by other programsThe text was updated successfully, but these errors were encountered: