Setting command line options passed during "Run"

How can I set the command line options sent to file currently being run from PyCharm?

Normally, I'd put:

Python.exe myapp.py --master

for example.

How do I specify the --master?

0

You can edit the run configuration and specify the command line options in the "Script parameters" field.

0

请先登录再写评论。