Fix: add missing required attribute to LOOKUP_TABLE_ADDRESS arg for get subcommand (#35200)

make LOOKUP_TABLE_ADDRESS arg required for address-lookup-table get subcommand
This commit is contained in:
0xF812 2024-02-15 09:39:39 +09:00 committed by GitHub
parent 1752202169
commit 1c78ed6f3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ impl AddressLookupTableSubCommands for App<'_, '_> {
.index(1)
.value_name("LOOKUP_TABLE_ADDRESS")
.takes_value(true)
.required(true)
.help("Address of the lookup table to show"),
),
),