Branch: refs/heads/975068 Home: https://github.com/bluez/bluez Commit: a00c4c12500a5356f9a24b6a07c2b511ae42fd92 https://github.com/bluez/bluez/commit/a00c4c12500a5356f9a24b6a07c2b511ae42fd92 Author: Ronan Pigott <ronan@xxxxxx> Date: 2025-06-24 (Tue, 24 Jun 2025) Changed paths: M completion/zsh/_bluetoothctl M src/shared/shell.c Log Message: ----------- zsh: amend completions First, use the correct completion return value. The return value of a completion function is significant, if we fail to return success additional completers may be invoked when they otherwise should not be. Also cleanup up the zsh completion, removing the redundant definition of _bluetoothctl and using the _call_program helper where appropriate. Finally, update the bluetoothctl command invocations to account for the media lines printed after some of the non-interactive commands. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications