dakyskye / dxhd

daky's X11 Hotkey Daemon
MIT License
99 stars 6 forks source link

support for combined flags #18

Closed dakyskye closed 4 years ago

dakyskye commented 4 years ago

Go’s flag package does not allow flags to be combined, so, for example program -ab is not the same as program -a -b, and it will throw an error that flag is not defined. So, let’s make this possible.