You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl.exe --manual | FindStr /C:"Providing -G, --get" /C:"--no-get" /N
1719: Providing -G, --get multiple times has no extra effect. Disable
1720: it again with --no-get. curl.exe --no-get
curl: option --no-get: used '--no-' for option that isn't a boolean
curl: try 'curl --help' or 'curl --manual' for more information
I did this
curl.exe --manual | FindStr /C:"Providing -G, --get" /C:"--no-get" /N
1719: Providing -G, --get multiple times has no extra effect. Disable
1720: it again with --no-get.
curl.exe --no-get
curl: option --no-get: used '--no-' for option that isn't a boolean
curl: try 'curl --help' or 'curl --manual' for more information
I expected the following
?
curl/libcurl version
7.88.0
[curl -V output]
curl 7.88.0 (x86_64-w64-mingw32) libcurl/7.88.0 OpenSSL/3.0.8 (Schannel) zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 WinIDN libssh2/1.10.0 nghttp2/1.52.0 ngtcp2/0.13.1 nghttp3/0.8.0 libgsasl/2.2.0
Release-Date: 2023-02-15
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli gsasl HSTS HTTP2 HTTP3 HTTPS-proxy IDN IPv6 Kerberos Largefile libz MultiSSL NTLM SPNEGO SSL SSPI threadsafe TLS-SRP UnixSockets zstd
operating system
MS Windows 10
The text was updated successfully, but these errors were encountered: