mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
923c3245ac
Using 'flag' results in duplicate code paths for short and long options. This broke the -q short option in swaymsg, because there was: {"quiet", no_argument, &quiet, 'q'} Which will set quiet to 'q' and return 0, not 'q'. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.c |