zwaldowski / ddcli

An Objective-C command line application framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddcli is an Objective-C library to help write command line applications by simplifying parsing command line options and eliminating much of the boiler plate code. The getopt_long(3) function is used to parse command options, but the complexity of using this function is hidden by an Objective-C wrapper (DDGetoptLongParser). Key-Value Coding (KVC) is used to set the options on a target class.

About

An Objective-C command line application framework

License:MIT License


Languages

Language:Objective-C 100.0%