umjames / CLIKit

Tools to help you build Cocoa command-line applications
MIT License
2 stars 1 forks source link

CLIApplication doesn't call all delegate methods #2

Closed umjames closed 9 years ago

umjames commented 9 years ago

Make sure all CLIApplicationDelegate methods are called during a run of the CLIApplication object.

levigroker commented 9 years ago

Hi there, I think I've encountered (one) manifestation of this... application:isReadyToBeginExecutingWithRemainingArguments: does not get called if there are no non-option arguments passed in via the command line. i.e. if I just pass -options the delegate method never gets fired and my app does nothing.