oras discover
should show a placeholder of artifactType
if it's not presented in an index referrer
#1108
Closed
1 task done
Labels
Milestone
What is the version of your ORAS CLI
1.1.0
What would you like to be added?
Currently
oras discover
shows an empty node whenartifactType
if it's not presented in an index referrer, likeShould use a placeholder for the empty
artifactType
, like<nil>
sincefmt.Println(nil)
prints<nil>
Why is this needed for ORAS?
Showing an empty node makes no sense and will confuse our user.
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: