macOS: The command line args from macos-launch-services-cmdline are now prefixed to any args from open --args rather than overwriting them

The purpose of the file is to provide default command line args when
launching from GUI. Since macOS nowadays also allows command line args
when launch via open, also respect them.

Fixes #7135
This commit is contained in:
Kovid Goyal
2024-02-18 11:22:15 +05:30
parent b2391553f9
commit be92cc87a4
2 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ Detailed list of changes
generating spurious release events even when report all keys as escape codes
is not set (:iss:`7136`)
- macOS: The command line args from :file:`macos-launch-services-cmdline` are now
prefixed to any args from ``open --args`` rather than overwriting them (:iss:`7135`)
0.32.2 [2024-02-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~