We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atm you cannot parse the output of the progress or partition list.
it would be great if there is a kind of "batch" mode so one can easily parse the partition + progress
e.g. partition:%
partition:%
vendor:10 system:14
and also when listing partitions, e.g. partition:size-in-KB
partition:size-in-KB
vendor:11231243 system:112321434123
Fixed to KB so it will be easy to convert if needed and so not humanized
The text was updated successfully, but these errors were encountered:
I am not a go expert but it seems this might help for the progress bar output?
vbauerster/mpb#112 (comment)
Sorry, something went wrong.
No branches or pull requests
atm you cannot parse the output of the progress or partition list.
it would be great if there is a kind of "batch" mode so one can easily parse the partition + progress
e.g.
partition:%
and also when listing partitions, e.g.
partition:size-in-KB
Fixed to KB so it will be easy to convert if needed and so not humanized
The text was updated successfully, but these errors were encountered: