pub fn run(
args: IdentityArgs,
json_out: bool,
out: &mut CliOutput<'_>,
) -> Result<()>Expand description
identity handler.
Returns Ok(()) on success, propagates errors otherwise. The
caller is daemon_runtime::dispatch_command which prints the error
- exits non-zero in the standard way.