Skip to content

curl: make -N handled correctly #17527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

curl: make -N handled correctly #17527

wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Jun 3, 2025

Options marked ARG_NO should have their 'toggle' value reverted when the short option is used as it implies using the --no- prefix.

-N happens be the only short option flag for a --no- long option.

Reported-by: Stefan Eissing

Options marked ARG_NO should have their 'toggle' value reverted when the
short option is used as it implies using the --no- prefix.

-N happens be the only short option flag for a --no- long option.

Reported-by: Stefan Eissing
@bagder bagder marked this pull request as ready for review June 3, 2025 11:44
@bagder bagder closed this in c7658f2 Jun 3, 2025
@bagder bagder deleted the bagder/param-short-no branch June 3, 2025 14:51
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.

1 participant