pub fn execute(
message: Option<&str>,
message_file: Option<&str>,
signature: Option<&str>,
signature_file: Option<&str>,
pubkey: Option<&str>,
pubkey_file: Option<&str>,
output: Option<&str>,
force: bool,
json: bool,
) -> Result<(), CliError>Expand description
Verify flow: calls domain handler and prints result. Returns Ok(()) on valid signature; returns an error to trigger non-zero exit on invalid.