fix: Fixes launch script to have a --new-instance flag to force launching a new instance of an application.

This commit is contained in:
2025-10-06 08:29:01 -04:00
parent a4a560eb3d
commit 6721b2a8c5
3 changed files with 9 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ Any extra arguments after '--' get passed directly to the browser invocation.
$ launch-webapp https://example.com -- --some-random-flag-for-browser=1
Any options passed in prior to the '--' get sent to the 'launch-or' script, so you can pass
Any options passed in prior to the '--' get sent to the 'launch' script, so you can pass
options that are not specifically shown here, but the ones shown would be the most commonly
used, so they are documented here.