Skip to content

Commit 0bfa922

Browse files
authored
fix: forc-wallet balance command panics after clap v4 update (#126)
closes #122. This was a breaking change, in clap. [Here](clap-rs/clap#4306) is a discussion in clap's repo for the solution.
1 parent a4054d8 commit 0bfa922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/balance.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use crate::{
1818
};
1919

2020
#[derive(Debug, Args)]
21+
#[group(skip)]
2122
pub struct Balance {
2223
// Account-specific args.
2324
#[clap(flatten)]

0 commit comments

Comments
 (0)