Skip to content

Added support passing program arguments#4

Open
guyluz11 wants to merge 5 commits intoeseunghwan:masterfrom
guyluz11:master
Open

Added support passing program arguments#4
guyluz11 wants to merge 5 commits intoeseunghwan:masterfrom
guyluz11:master

Conversation

@guyluz11
Copy link
Copy Markdown

@guyluz11 guyluz11 commented Nov 4, 2022

Fix: #3

Most of the code changes is just indenting the code back one slash and adding ,.

The actual future change is adding ...arguments to runFile() function and to all the function that calling it.

So the line of running python now looks like this

 Process.start(
        pythonPath, ["-u", pythonFile, ...arguments],
        mode: ProcessStartMode.normal,
        ........

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Executing file with Program arguments

1 participant