Skip to content

Commit

Permalink
fix(cli): don't treat comma in '--define' as separator (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Dec 20, 2024
2 parents ec41aea + 3563243 commit d92632e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pub fn clap() -> clap::Command {
.long("define")
.env("LAZE_DEFINE")
.action(ArgAction::Append)
.value_delimiter(',')
}

fn partition() -> Arg {
Expand Down

0 comments on commit d92632e

Please sign in to comment.