Fix option ED2K-port and similar#64
Conversation
|
And May be you could use instead something like this that will address both issues:
But don't ask me to make it less ugly because I'm clueless about OCaml. |
|
Yes indeed, No idea about the OCaml version, I compiled it with the last version available on Ubuntu 20.20 using docker (see #65). Do we want to keep compatibility with older OCaml ? TBH, OCaml looks alien to me, I'm surprised I succeeded to compile this patch. |
|
thanks! fixed it in a little cleaner way in 911fa54 |
This PR fix the option parsing issue reported in #34.
It basically split the option name in two with the separator
-to keep only the right part.Fall back on previous way in case of error.