Add option to pass additional arguments by ConorIA · Pull Request #47 · Teamwork/node-auto-launch
Target platforms this affects (Linux, Mac, Mac app store, and or Windows):
For now, I have only implemented this on Linux. I have to take a better look at how the Windows and Mac functions are structured. Of course, feedback from the Teamwork team is welcome.
What problem does this solve?
Addresses #46; Sometimes it is nice to pass additional command-line arguments to an app, for instance, Wire Desktop includes a flag --startup to start minimized. Now I can add extraArgs: "--startup", to my launcher so that the wire.desktop file includes the flag.
Could it break any existing functionality for users?
At least on Linux, I am confident that this shouldn't break any existing functionality.