Skip to content

Commit

Permalink
headers with commas from cli should parse correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Jan 20, 2024
1 parent c1e7c5f commit 539851e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ pub fn initialize() -> Command {
.num_args(1..)
.action(ArgAction::Append)
.help_heading("Request settings")
.use_value_delimiter(true)
.help(
"Specify HTTP headers to be used in each request (ex: -H Header:val -H 'stuff: things')",
),
Expand Down

0 comments on commit 539851e

Please sign in to comment.