Comment 2 for bug 1444959

Revision history for this message
saravanan (saran-research) wrote : Re: sikulix passing arguments --arg not working --- use -- instead

Thanks for the reply.

i tried the below commands
./runsikulix -r test2.sikuli --- 10
./runsikulix -r test2.sikuli ---args 10

I used --- instead of --

test2.sikuli :
print sys.argv[1]

The output is -r instead of 10

The command ./runsikulix -h shows the following for user arguments

"------
anything after --
or after something beginning with --
go to script as user parameters (respecting enclosing ")"

But I do not see this working.