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

token-cli: Specify that default-account-state takes a value #3800

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2253,6 +2253,7 @@ fn app<'a, 'b>(
Arg::with_name("default_account_state")
.long("default-account-state")
.requires("enable_freeze")
.takes_value(true)
.possible_values(&["initialized", "frozen"])
.help("Specify that accounts have a default state. \
Note: specifying \"initialized\" adds an extension, which gives \
Expand Down