Skip to content

Commit

Permalink
docs(rust): update docs for vault argument of credential issue co…
Browse files Browse the repository at this point in the history
…mmand
  • Loading branch information
AshwinKul28 authored and adrianbenavides committed Oct 10, 2023
1 parent 05cea02 commit 4a99685
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ pub struct IssueCommand {
#[arg(short, long = "attribute", value_name = "ATTRIBUTE")]
pub attributes: Vec<String>,

#[arg()]
/// Name of the Vault that will be used to issue the credential.
#[arg(value_name = "VAULT_NAME")]
pub vault: Option<String>,

/// Encoding Format
Expand Down

0 comments on commit 4a99685

Please sign in to comment.