Skip to content

curl: fix handling of "-q" option#6364

Closed
Cherish98 wants to merge 2 commits into
curl:masterfrom
Cherish98:fix-q-option
Closed

curl: fix handling of "-q" option#6364
Cherish98 wants to merge 2 commits into
curl:masterfrom
Cherish98:fix-q-option

Conversation

@Cherish98

Copy link
Copy Markdown
Contributor

The match of the "-q" option (short for "--disable") should:

a) allow concatenation with other single-letters; and
b) be case-sensitive, lest confusing with "-Q" ("--quote")

For example,
curl -qv http://httpbin.org/get should ignore curlrc, and
curl -Q foo ftp://localhost/bar should not.

The match of the "-q" option (short for "--disable") should:
a) allow concatenation with other single-letters; and
b) be case-sensitive, lest confusing with "-Q" ("--quote")
@bagder

bagder commented Dec 23, 2020

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in 6a5e020 Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants