Command Line Processing in Cocoa
I stumbled over this great article from 2006 that outlines a really easy to use method of grabbing command line arguments in a Cocoa application.
I threw this into a test application and it works great! Amazing what you can find on the web sometimes.
Tags: Cocoa, Misc, objective-c