Skip to content

Commit

Permalink
added doc to full
Browse files Browse the repository at this point in the history
  • Loading branch information
Salonikansal2 committed Oct 1, 2023
1 parent 9133a90 commit f838b63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct ShowCommand {
#[arg()]
name: Option<String>,

#[arg(short, long, docs = "Show the full identity history, and not just the identifier or the name.")]
#[arg(short, long, doc = "Show the full identity history, and not just the identifier or the name.")]
full: bool,

//TODO: see if it make sense to have a --encoding argument shared across commands.
Expand Down

0 comments on commit f838b63

Please sign in to comment.