feat: Add CLI arguments support for LaunchAndKill action#6
feat: Add CLI arguments support for LaunchAndKill action#6
Conversation
|
@claude Can you code review this please? It's likely good as a simple change, but want to be sure the idea of the action args being used in this way isn't going to harm useful future use cases for that field by cornering us, or if it's simply fine as is. |
|
Claude finished @kjerk's task in 1m 17s —— View job Code Review
|
7c68dd0 to
2d3bf4e
Compare
2d3bf4e to
328027a
Compare
- Add optional arguments parameter to ProcessTools.LaunchProcess - Pass ActionArgs through TimerActionService.Launch - Wire up ActionArgs in TimerManager.Start for LaunchAndKill presets This allows users to specify CLI arguments when launching processes. Example: /path/to/app.exe with args "--arg1 xyz --arg2 abc" Fixes #3 Co-authored-by: kjerk <kjerk@users.noreply.github.com>
328027a to
feca109
Compare




Add support for CLI arguments when launching processes via the LaunchAndKill action.
Changes
This allows users to specify CLI arguments when launching processes.
Example:
/path/to/app.exewith args--arg1 xyz --arg2 abcFixes #3