lib/log/progress: headless and streamable progress trees #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
progress api allows having CLI progress bars in a nested tree style using a trivial api leveraging the
usingkeyword . API sample for those who have not seenthis will also mean ensuring that all nodes contain a unique key. keys could be reused but they could not conflict.
lib/log/progress: headless streamableto lib/log/progress: headless and streamable progress trees