-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs for PT Run: Start apps with parameter (Program plugin) #10062
Comments
@htcfreek for clarity, would this be an example of what I'd type for an executable "myProgram.exe" with three parameter values val1, val2, val3: |
This has something to do what
Exampel Important note |
Btw: @crutkas |
Docs have been updated, we had to use explicit examples because |
@dedavis6797 |
@dedavis6797 |
Yes that is the expectation. |
How to start apps with parameters via program plugin.
The following things should work:
app -param ...
app /param ...
app --parameter ...
app -- parameter ...
(Here--
is used as delimiter by PT Run.)The text was updated successfully, but these errors were encountered: