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

Commit 374f528

Browse files
authored
token-cli: Specify that default-account-state takes a value (#3800)
1 parent 25817cb commit 374f528

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
@@ -2253,6 +2253,7 @@ fn app<'a, 'b>(
22532253
Arg::with_name("default_account_state")
22542254
.long("default-account-state")
22552255
.requires("enable_freeze")
2256+
.takes_value(true)
22562257
.possible_values(&["initialized", "frozen"])
22572258
.help("Specify that accounts have a default state. \
22582259
Note: specifying \"initialized\" adds an extension, which gives \

0 commit comments

Comments
 (0)