]> git.ipfire.org Git - thirdparty/systemd.git/commit
varlinkctl: convert to the new option parser
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Sat, 4 Apr 2026 18:16:28 +0000 (20:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 7 Apr 2026 08:55:52 +0000 (10:55 +0200)
commite1eae0cf7816db8c7d3eca8d0d64b2705b37b153
tree9ce17cd6dcc7c914de5fc23c38129dd7b1bf6ffb
parente3d25c82abc56e95d00fd844dca46877ac922b44
varlinkctl: convert to the new option parser

The -E short option previously used fallthrough into the --more case;
since macro-generated case labels don't support fallthrough (with some
older compilers), the --more logic is now duplicated inline in the -E
handler.

Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com>
src/varlinkctl/varlinkctl.c