enarx-archive / sevctl

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

sevctl-verify: Return error to main, rather than exiting #58

Closed tylerfanelli closed 3 years ago

tylerfanelli commented 3 years ago

Proposed fix for #53 that includes the omission of an error message if "verify --quiet" is enabled. This allows sevctl verify to be uniform with all other subcommands.

tylerfanelli commented 3 years ago

Latest commit has also addressed #54 by checking if quiet is enabled before printing anything to the console.