nettings / gpioctl

Control the ALSA mixer or generate JACK MIDI or OSC messages from rotary encoders and switches connected to GPIOs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parameter parsing is broken on openSUSE tumbleweed

nettings opened this issue · comments

commit 5a8b298

nettings@hoppetosse:~/github/gpioctl> build/gpioctl --osc-url osc.udp://239.0.0.1 --rotary-slave Master --switch-slave Master
../parse_cmdline.c:364 parse_cmdline(): Unknown option -.
Use -h for help.

nettings@hoppetosse:~/github/gpioctl> build/gpioctl -r -U osc.udp://239.0.0.1 -R Master -S Master
../parse_cmdline.c:364 parse_cmdline(): Unknown option -.
Use -h for help.

-h works, -v works.

nettings@hoppetosse:~/github/gpioctl> build/gpioctl -v -r 12
../parse_cmdline.c:364 parse_cmdline(): Unknown option -.
Use -h for help
(expected: "Not enough options for -r")