Skip to content

Commit

Permalink
token-cli: Make update confidential accept multiple args (#5814)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Nov 13, 2023
1 parent 20f27e2 commit 6ac9c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5125,6 +5125,7 @@ fn app<'a, 'b>(
.group(
ArgGroup::with_name("update_fields").args(&["approve_policy", "auditor_pubkey"])
.required(true)
.multiple(true)
)
.arg(
Arg::with_name("confidential_transfer_authority")
Expand Down

0 comments on commit 6ac9c28

Please sign in to comment.