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.

Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer by the participants Max Mikheyenko , pavel , cheops , aleksandr barakin , Kirill Stoianov Sep 28 '16 at 11:32 .

The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • O_o in the sense? Parsing an array of arguments? - BiMaWa
  • Updated the question - ivanzoid
  • one
    However the standard in C-like languages ​​is getopt() (and in all variations of the type getopt_long() ), for Objective-C they are also available. - user6550
  • @ivanzoid figase, thanks. subscribe to the question. - BiMaWa
  • @klopp Well, modern Objective-C is already difficult to call C-like language) And in the case of getopt() , 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

0