Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 9ed79eedc075436bc865d5bf5c3c01813bda2060 https://github.com/bluez/bluez/commit/9ed79eedc075436bc865d5bf5c3c01813bda2060 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-08 (Tue, 08 Jul 2025) Changed paths: M src/shared/shell.c Log Message: ----------- shared/shell: Fix not running pre_run on MODE_NON_INTERACTIVE If a command is given to be run in non-interactive mode the code would not attempt to execute .pre_run first since some (sub)menus requires that in order to properly initialize things. Fixes: https://github.com/bluez/bluez/issues/1394 Fixes: https://github.com/bluez/bluez/issues/1317 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications