enarx-archive / sevctl

Administrative utility for AMD SEV
Apache License 2.0
16 stars 5 forks source link

sevctl-verify should not emit the icon legend when invoked with --quiet #54

Closed connorkuehl closed 3 years ago

connorkuehl commented 3 years ago

I.e.,

$ ./target/release/sevctl verify --quiet

 • = self signed, ⬑ = signs, •̷ = invalid self sign, ⬑̸ = invalid signs

should just be:

 $ ./target/release/sevctl verify --quiet
 $ echo $?
0