Skip to content

Commit 054d1dd

Browse files
authored
fix: remove required=true from privatekeytype in CLI (#1767)
1 parent 4b73027 commit 054d1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher/aligned/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pub struct GetUserAmountOfQueuedProofsArgs {
281281
}
282282

283283
#[derive(Args, Debug)]
284-
#[group(required = true, multiple = false)]
284+
#[group(multiple = false)]
285285
pub struct PrivateKeyType {
286286
#[arg(name = "path_to_keystore", long = "keystore_path")]
287287
keystore_path: Option<PathBuf>,

0 commit comments

Comments
 (0)