How do we pass ARGV when using an iPhone?
-
Using an iPhone, how do we pass say 3 ARGV 's to a script when we run it.
Can't figure out how to run a script from a command line on the iPhone.
-
Pythonista doesn't have a command line, but you can tap and hold the "run" button and enter your command line arguments there.
-
That did the trick ! Thanks