Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Sep 2, 2024
1 parent da45f92 commit 9b0b412
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions generator/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ pub struct TransferCis2Args {
receivers: Option<PathBuf>,
}

#[derive(Debug, Args)]
pub struct RegisterDataArgs {
#[clap(
long = "size",
help = "Size of the data to register in bytes. Max 256.",
default_value = "32"
)]
size: u16,
}

#[derive(Debug, Clone, Copy)]
enum Mode {
Random,
Expand Down

0 comments on commit 9b0b412

Please sign in to comment.