We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3e663 commit 7db19f0Copy full SHA for 7db19f0
bin/miden-cli/src/lib.rs
@@ -73,7 +73,7 @@ const TX_GRACEFUL_BLOCK_DELTA: u32 = 20;
73
rename_all = "kebab-case"
74
)]
75
#[command(multicall(true))]
76
-pub struct MidenClientCLI {
+pub struct MidenClientCli {
77
#[command(subcommand)]
78
behavior: Behavior,
79
}
0 commit comments