mcmap icon indicating copy to clipboard operation
mcmap copied to clipboard

Improve command line parsing with getopt.h

Open rpesche opened this issue 13 years ago • 1 comments

Hello !

First of all, i'm new on github, so i don't know if i use the best method to tell you that.

I have been read the code, and the command line parsing seems very complex and hardly maintenable. I think we can use getopt to improve this system. I can work about, but is it useful ?

rpesche avatar May 11 '12 22:05 rpesche

Sorry for the late reply. The code in general isn't very pretty anymore, so I don't know if it's worth the hassle :-) But as long as getopt is available with MinGW, which I assume it is, I have nothing against it. It should stay compatible to the current format however, so an update doesn't break everyones scripts.

Zahl avatar Jul 11 '12 17:07 Zahl