sveinbjornt / Platypus

Create native Mac applications from command line scripts.
https://sveinbjorn.org/platypus
BSD 3-Clause "New" or "Revised" License
2.84k stars 171 forks source link

feature-request, --quit-after-execution-success #274

Open magicdawn opened 4 months ago

magicdawn commented 4 months ago

current --quit-after-execution flag is supported, but the app ignores the execution's exitCode.

and when error happens, gui window quit fast, and has no chance to look into error messages.

so I'm requesting a new flag: quit only after exucution Success, when error happens, leave the window open. a possible flag nameing is --quit-after-execution-success