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.
forked from ddribin/ddcli
-
Notifications
You must be signed in to change notification settings - Fork 0
An Objective-C command line application framework
License
SagoSago/ddcli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An Objective-C command line application framework
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Objective-C 96.6%
- C 1.8%
- Ruby 1.2%
- HTML 0.4%