Skip to content
New issue

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

Use cli-progress library directly instead of via oclif #5046

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

mat-if
Copy link
Contributor

@mat-if mat-if commented Jun 14, 2024

Summary

oclif removes this from their library in the 4.x upgrade. This change is in preparation for that.

On top of that, it builds a cleaner abstraction for using the progress bars. This will enable us to develop CLI tools using progress bars faster, while keeping the design more consistent.

Trade-offs

I knowingly removed the extra "label" for the current / total display, mostly for ease of developing this change. However, I am not sure how useful it really is. If we want it, I can re-add it. Otherwise, just making note of it.

Testing Plan

Need to manually verify the commands as much as I can

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

@mat-if mat-if requested a review from a team as a code owner June 14, 2024 21:28
@mat-if mat-if force-pushed the mat/progress-bars branch from 75b3c19 to 3350e6d Compare June 14, 2024 21:30
oclif removes this from their library in the 4.x upgrade. This change is in
preparation for that.

On top of that, it builds a cleaner abstraction for using the progress bars.
This will enable us to develop CLI tools using progress bars faster, while
keeping the design more consistent.
@mat-if mat-if force-pushed the mat/progress-bars branch from 3350e6d to 7b1dc33 Compare June 14, 2024 21:36
@dguenther dguenther merged commit 618f07b into staging Jun 17, 2024
9 checks passed
@dguenther dguenther deleted the mat/progress-bars branch June 17, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants