Advise library for parsing command line parameters for Objective-C (for OS X applications)?
Update
Here, for example, there is such a one: https://github.com/NSError/ArgumentParser I’m wondering who used what and what he would recommend from his experience.
getopt()(and in all variations of the typegetopt_long()), for Objective-C they are also available. - user6550getopt(), as I understand it, I’ll have to work with lines, arrays, structures, which I wouldn’t like (I would like obj-lines, arrays and classes). - ivanzoid pm