mholt / curl-to-go

Convert curl commands to Go code in your browser

Home Page:https://mholt.github.io/curl-to-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can we get a list of ignored options?

divinity76 opened this issue · comments

when porting stuff with curl-to-to, it would be useful to see a list of options it ignored, then it would be much easier to spot options that needs to be ported manually

It's all the options that aren't documented. ;)

documented where? (and it will still be more cumbersome and error-prone than getting a list of ignored options that needs special attention)