-
Notifications
You must be signed in to change notification settings - Fork 181
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
All oras commands should use handlers to display command output #1542
Comments
Why |
I wasn't sure if that one needs refactoring. We can add it to this issue. |
If I understand correctly, the goal of this issue is to make all oras commands use handlers to display command output, which means print utilities should not be directly called in command code. In this way, you can search for usages of print utilities in files within |
#1485 might help set the tone for generalizing handlers between text and ttty |
Commands that need handler improvement:
refactor
oras cp
to use handlers for command output #1548refactor
oras push
to use handlers for command output #1549refactor
oras resolve
to use handlers for command output #1550refactor
oras manifest delete
to use handlers for command output #1551refactor
oras blob delete
to use handlers for command output #1552refactor
oras manifest push
to use handlers for command outputrefactor
oras blob push
to use handlers for command outputThe text was updated successfully, but these errors were encountered: