SikuliX-2014 icon indicating copy to clipboard operation
SikuliX-2014 copied to clipboard

Command-line parsing errors

Open wernight opened this issue 8 years ago • 1 comments

Version 1.1.1 running:

$ runsikulix -h
<shows help here>

$ runsikulix --help
<starts sikulix IDE without showing help>

Same for other options: --test, --run...

Also the -t isn't yet supported but it's in -h.

wernight avatar Jan 06 '16 09:01 wernight

I also stumbled over this problem that option --run starts the IDE instead of running in batch-mode (and the documentation states that running without IDE is the intention of this option).

In addition, the documented variant -r <sikuli-folder/file> does not seem to work for the file variant:

$ runsikulix -r my_script.sikuli/my_script.py
running SikuliX: /Applications/SikuliX.app/Contents/Java/sikulix.jar -r my_script.sikuli/my_script.py
# -- OUTPUT: Run output but script is not executed (only when folder-variant is used).

jenisys avatar Feb 13 '16 00:02 jenisys