ddcli

An open source framework for building command line based Objective-C tools
Download

ddcli Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • Dave Dribin
  • Publisher web site:
  • http://www.dribin.org/dave/j2me_ant/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 28 KB

ddcli Tags


ddcli Description

An open source framework for building command line based Objective-C tools Writing GUI applications in Objective-C is easy thanks to Cocoa. It takes care of a lot of mundane things like setting up the standard main function, running the event loop, and handling preferences. If you write a command line application in Objective-C, though, you don’t get very much help. You’ve got to remember to setup an NSAutoreleasePool (assuming you’re not using garbage collection) and parsing command line options is left up to you. This is unfortunate, as handling options “properly” is one of the more important aspects of a command line application. This means handling long options (those with a double dash) and short options (those with a single dash).ddcli is a framework for writing command line applications in Objective-C, a framework that makes writing command line applications a lot more painless


ddcli Related Software