Skip to content

Commit

Permalink
docs(rust): add docs for vault argument to credential verify command
Browse files Browse the repository at this point in the history
  • Loading branch information
Technmad authored and adrianbenavides committed Oct 13, 2023
1 parent 8373fa4 commit 5ef1b3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ pub struct VerifyCommand {
#[arg(group = "credential_value", value_name = "CREDENTIAL_FILE", long)]
pub credential_path: Option<PathBuf>,

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

Expand Down

0 comments on commit 5ef1b3d

Please sign in to comment.