Skip to content

Commit

Permalink
fix bug where --set-metadata does not work when the TOML text contain…
Browse files Browse the repository at this point in the history
…s commas
  • Loading branch information
cat-in-136 committed Jun 4, 2024
1 parent e0bc0cd commit 0693ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub struct Cli {
pub metadata_overwrite: Vec<String>,

/// Overwrite metadata with TOML text.
#[arg(short, long, value_delimiter = ',')]
#[arg(short, long)]
pub set_metadata: Vec<String>,

/// Shortcut to --metadata-overwrite=path/to/Cargo.toml#package.metadata.generate-rpm.variants.VARIANT
Expand Down

0 comments on commit 0693ab3

Please sign in to comment.