phantomjs/src/qcommandline
Ryan Cumming 23fe144a39 Treat all args after the script name as script args
This fixes CapserJS which builds a command line like this:
phantomjs bin/bootstrap.js --casper-path=~/capserjs --cli

That works on Phantom 1.6 but not on master due to the qcommandline
port.

Fix by extending qcommandlne to take a ParameterFence flag which causes
it to treat any options after a parameter as arguments. Switch
"scriptname" to use that so the 1.6 behaviour is restored.

http://code.google.com/p/phantomjs/issues/detail?id=55
2012-09-17 22:05:42 -07:00
..
qcommandline.cpp Treat all args after the script name as script args 2012-09-17 22:05:42 -07:00
qcommandline.h Treat all args after the script name as script args 2012-09-17 22:05:42 -07:00
qcommandline.pri Ensure QCommandLine builds with VS 2010. 2012-09-04 08:01:33 -07:00