Skip to content

Commit

Permalink
chore: help
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed Jan 27, 2025
1 parent c0ffeef commit c0ffeed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ Version: {version}
For more information, visit: https://github.com/defi-wonderland/medusa-gen-rs\n",
))]





pub struct Args {
/// Solidity version
#[arg(short, long, default_value = "0.8.23")]
Expand All @@ -47,4 +43,4 @@ pub struct Args {
/// Overwrite existing files
#[arg(short, long, default_value_t = false)]
pub overwrite: bool,
}
}

0 comments on commit c0ffeed

Please sign in to comment.