Closed atzorvas closed 8 years ago
found the error, this extra option should be provided as an option for the -f
working example: https://github.com/atzorvas/headless/commit/7dc29e7c827fd383322a012d44983b62a9bd0414
after I'll finish my task, I'll change this in order to be programmed right and I'll try a PR :)
So the extra
options are misplaced? Maybe it's enough to move them to someplace earlier in the command line?
it's not enought, we need different extra options for example :extra_i = [...], that will be placed right after -i command
or more easily/generaly, :extra = { i: [...] }
Fixed in version 2.3.0
Hi,
I would like to hide the mouse, but this seems "hard". "draw_mouse 0" doesn't work as an option
any idea?