Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

Check for unused CLI arguments #398

Open Ordoviz opened 2 months ago

Ordoviz commented 2 months ago

I found it surprising that $ bemenu --fn monospace 99 does not change the font size.

Earnestly commented 2 months ago

You probably shouldn't find it surprising that a flag which takes an argument doesn't mean you can supply multiple arguments. The patch is also incorrect as it's not "meta characters".

Do bemenu users really need to be told how to use their shell, provided they even use bemenu within a shell context?