diff --git a/implementations/rust/ockam/ockam_command/src/identity/show.rs b/implementations/rust/ockam/ockam_command/src/identity/show.rs index 96e1f0764bd..42868777b63 100644 --- a/implementations/rust/ockam/ockam_command/src/identity/show.rs +++ b/implementations/rust/ockam/ockam_command/src/identity/show.rs @@ -23,6 +23,7 @@ pub struct ShowCommand { #[arg()] name: Option, + /// Show the full identity history, and not just the identifier or the name #[arg(short, long)] full: bool,