Right, so in linux, everything is fine and dandy, I can open pd and put in arguments by simply tapping out
$ pd -nogui
whatever whatever.
When you install Pd in linux, it behaves like a proper application (it's installed right into the OS, the app is in the bin folder e.t.c. e.t.c.)
so running it from the command line is nice and fine.
However on the mac I am stumped.
I can use the command Open to open the application package, if i reference to it in the Applications folder, I can use ./Pd-extended if I root right through the packgace contents. But the former method doesn't allow me to supply arguments, Open gets confused, and the latter method allows to write arugments, but I have no idea if they're passed through -nogui certainly has no effect and it doens't open any locations to any pd files I may supply it.
So what's up? How do I do this?
super thanks