Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
ouertani and martin-g authored Oct 25, 2024
1 parent bacc475 commit f7447c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct Args {
#[clap(long)]
pub derive_schemas: bool,

/// Extract Derives for generated record structs
/// Extract Derives for generated record structs, comma separated, e.g. `...`
#[clap(long)]
pub extra_derives: Vec<String>,
}
Expand Down

0 comments on commit f7447c4

Please sign in to comment.