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
@wangxiaoxuan273 Can you help take a look at this issue since you are already working on refactoring the utilities function of flag conflict detection?
What happened in your environment?
I can use
--format
and--pretty
at the same time fororas manifest fetch
The
--pretty
is actually ignore since it only effects raw content output. The output of--format json
is already designed to be prettifiedWhat did you expect to happen?
Return error when
--format
and--pretty
are used at the same time for commandoras manifest fetch
How can we reproduce it?
Fetch a manifest with
--format
and--pretty
.What is the version of your ORAS CLI?
Version: 1.2.0-beta.1+unreleased
Go version: go1.22.1
Git commit: 2edebad
What is your OS environment?
Ubuntu 20.05
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: