On Wed, Jul 09, 2025 at 11:44:09AM +0200, René Scharfe wrote: > OPTION_BITOP options don't take arguments. Make sure they are declared > that way using the flag PARSE_OPT_NOARG. > > Signed-off-by: René Scharfe <l.s.r@xxxxxx> Nice, splitting out this commit makes it way easier to understand. Patrick