PDA

View Full Version : mac "open" command



mhoover
20th April 2006, 01:32
Hi!

This has probably already been asked somewhere, but I couldn't find it in the forums.

To open a GUI from the OSX console one types, "open myapp". My GUI now accepts argc/argv commands, but when I type:
open myapp -debug
I get:
open: no such flag "debug".

How do I send the flag to myapp instead of open?


Thanks!