-#compdef bootctl -*- shell-script -*-
+#compdef bootctl
# SPDX-License-Identifier: LGPL-2.1-or-later
__bootctl() {
-#compdef busctl -*- shell-script -*-
+#compdef busctl
# SPDX-License-Identifier: LGPL-2.1-or-later
# busctl(1) completion -*- shell-script -*-
-#compdef coredumpctl -*- shell-script -*-
+#compdef coredumpctl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_coredumpctl_commands] )) ||
-#compdef hostnamectl -*- shell-script -*-
+#compdef hostnamectl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_hostnamectl_set-hostname] )) ||
-#compdef journalctl -*- shell-script -*-
+#compdef journalctl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_journalctl_fields] )) ||
-#compdef kernel-install -*- shell-script -*-
+#compdef kernel-install
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_kernel-install_images] )) ||
-#compdef localectl -*- shell-script -*-
+#compdef localectl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_localectl_set-locale] )) ||
-#compdef loginctl -*- shell-script -*-
+#compdef loginctl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_loginctl_all_sessions] )) ||
-#compdef machinectl -*- shell-script -*-
+#compdef machinectl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[__machinectl_get_machines] )) ||
-#compdef networkctl -*- shell-script -*-
+#compdef networkctl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_networkctl_commands] )) ||
-#compdef resolvectl systemd-resolve -*- shell-script -*-
+#compdef resolvectl systemd-resolve
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This file is part of systemd.
-#compdef systemctl -*- shell-script -*-
+#compdef systemctl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_systemctl_commands] )) || _systemctl_commands()
-#compdef systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-setup systemd-notify systemd-tty-ask-password-agent -*- shell-script -*-
+#compdef systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-setup systemd-notify systemd-tty-ask-password-agent
# SPDX-License-Identifier: LGPL-2.1-or-later
local curcontext="$curcontext" state lstate line
-#compdef systemd-analyze -*- shell-script -*-
+#compdef systemd-analyze
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_systemd-analyze_log-level] )) ||
-#compdef systemd-delta -*- shell-script -*-
+#compdef systemd-delta
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_systemd-delta_types] )) ||
-#compdef systemd-inhibit -*- shell-script -*-
+#compdef systemd-inhibit
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_systemd-inhibit_commands] )) ||
-#compdef systemd-nspawn -*- shell-script -*-
+#compdef systemd-nspawn
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_systemd-nspawn_caps] )) ||
-#compdef systemd-run -*- shell-script -*-
+#compdef systemd-run
# SPDX-License-Identifier: LGPL-2.1-or-later
# @todo _systemctl has a helper with the same name, so we must redefine
-#compdef systemd-tmpfiles -*- shell-script -*-
+#compdef systemd-tmpfiles
# SPDX-License-Identifier: LGPL-2.1-or-later
_arguments \
-#compdef timedatectl -*- shell-script -*-
+#compdef timedatectl
# SPDX-License-Identifier: LGPL-2.1-or-later
_timedatectl_set-timezone(){
-#compdef udevadm -*- shell-script -*-
+#compdef udevadm
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_udevadm_info] )) ||