pub async fn show_info(context: &CommandContext) -> Result<()>Expand description
Displays the user’s identity information.
This includes the Peer ID and the E2E public key.
§Arguments
context- TheCommandContextproviding access to the user’s identity.