]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: add missing completions to meson.build
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Sun, 4 Oct 2020 13:39:24 +0000 (15:39 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 5 Oct 2020 06:05:41 +0000 (08:05 +0200)
Completions for systemd-id128 and homectl have been available for a
while, but weren’t being installed.

shell-completion/bash/meson.build

index 0d3022b1e963e78f7be6ae5fb0cbbc242bef8ea5..1df70147afcb5dd24904e5db954d94ad211acc91 100644 (file)
@@ -24,6 +24,7 @@ if bashcompletiondir != 'no'
                  ['systemd-cgtop',       ''],
                  ['systemd-delta',       ''],
                  ['systemd-detect-virt', ''],
+                 ['systemd-id128',       ''],
                  ['systemd-nspawn',      ''],
                  ['systemd-path',        ''],
                  ['systemd-run',         ''],
@@ -32,6 +33,7 @@ if bashcompletiondir != 'no'
                  [bash_systemctl,        ''],
                  ['bootctl',             'ENABLE_EFI'],
                  ['coredumpctl',         'ENABLE_COREDUMP'],
+                 ['homectl',             'ENABLE_HOMED'],
                  ['hostnamectl',         'ENABLE_HOSTNAMED'],
                  ['localectl',           'ENABLE_LOCALED'],
                  ['loginctl',            'ENABLE_LOGIND'],