]> git.ipfire.org Git - thirdparty/systemd.git/commit
busctl: convert to the new option and verb parsers
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 14 Apr 2026 10:56:01 +0000 (12:56 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 14 May 2026 12:15:54 +0000 (14:15 +0200)
commitd2aafc33eaeb3756ca2167a041d2334989bbaf58
tree5ff24e61d452de9194fb1af2803770967cd76ba0
parentd0f67f257d62c51dcc2d48f15e3793ad16856b3b
busctl: convert to the new option and verb parsers

The conversion doesn't work great, because some of the verbs take many
arguments and the first column is extermely wide. So similarly to
kernel-install, I dropped the sync of column widths. This allows the
help for options to use most of the available space.

-C/--capsule is now documented, fixup for
 00431b2b66cb59540deda4ea018170a289673585.

Verb functions are renamed to match verb names.

The missing first param is added to the synopsis of "wait".
It now matches the man page.

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