Open reidmv opened 1 year ago
Previously, a parameter (flag) such as curl --upload-file would not be properly recognized, because of the hyphen in the parameter name. This commit causes --upload-file to be properly recognized as a parameter.
curl --upload-file
--upload-file
fixes #3569, fixes #3696
A total of 1 files have changed, with a combined diff of +5 B (+0.2%).
Generated by :no_entry_sign: dangerJS against ac9bba3e075446401c072cdebc50455f99a16a57
Friendly bump.
Previously, a parameter (flag) such as
curl --upload-file
would not be properly recognized, because of the hyphen in the parameter name. This commit causes--upload-file
to be properly recognized as a parameter.fixes #3569, fixes #3696