Skip to content
Commit 57aa0ce3 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

cli: "result list": Only display name fields with --all



The user-friendly unique ID, as displayed for each object, when running
"result list", includes the (non-unique) name. In fact, in the common
case, when the name happens to be unique, the ID and the Name are the
same. So it's somewhat redundant and confusing to list both by default.

Let's hide the Name when --all is not given to simplify things a bit.
Note that for the benchmark case, both the suite and name are used to
form the ID, so hide both.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent ced796d5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment