Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6ac9c28

Browse files
authored
token-cli: Make update confidential accept multiple args (#5814)
1 parent 20f27e2 commit 6ac9c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

token/cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5125,6 +5125,7 @@ fn app<'a, 'b>(
51255125
.group(
51265126
ArgGroup::with_name("update_fields").args(&["approve_policy", "auditor_pubkey"])
51275127
.required(true)
5128+
.multiple(true)
51285129
)
51295130
.arg(
51305131
Arg::with_name("confidential_transfer_authority")

0 commit comments

Comments
 (0)