mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
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 | ||