From 4dcece679d3fbf3fb10f76016f2f707ad8925c94 Mon Sep 17 00:00:00 2001 From: Salonikansal2 Date: Mon, 2 Oct 2023 13:04:32 +0530 Subject: [PATCH] docs(rust): improve docs for `ockam enroll` and `ockam identity show` --- implementations/rust/ockam/ockam_command/src/identity/show.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/implementations/rust/ockam/ockam_command/src/identity/show.rs b/implementations/rust/ockam/ockam_command/src/identity/show.rs index 9433630688f..b02f3b5104c 100644 --- a/implementations/rust/ockam/ockam_command/src/identity/show.rs +++ b/implementations/rust/ockam/ockam_command/src/identity/show.rs @@ -23,7 +23,8 @@ pub struct ShowCommand { #[arg()] name: Option, - #[arg(short, long, doc = "Show the full identity history, and not just the identifier or the name.")] + /// Show the full identity history, and not just the identifier or the nameq + #[arg(short, long)] full: bool, //TODO: see if it make sense to have a --encoding argument shared across commands.