We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edd7dd0 + 71c0e04 commit 6baa9a8Copy full SHA for 6baa9a8
cmd/extract.go
@@ -157,9 +157,8 @@ func extractValidateAndRun() error {
157
return printLeafItemSummary(kv, out)
158
} else if opts.printKey {
159
return printLeafItemKey(kv, out)
160
- } else {
161
- return printLeafItemValue(kv, outMediaType, out)
162
}
+ return printLeafItemValue(kv, outMediaType, out)
163
case hasKey && hasKeyPrefix:
164
return fmt.Errorf("--keys-by-prefix and --key may not be used together")
165
case hasKey && opts.listVersions:
0 commit comments