Skip to content
Advertisement

PyCharm “Run configuration” asking for “script parameters”

While writing an application parsing command line arguments I would like to run it with various parameters.

I don’t want to create a Run Configuration for every possible command line argument that I want my script to test with. Is there a way in PyCharm (and I guess with any JetBrains IDE) to make a Run Configuration that asks for the Script parameters when executed?

I am currently using PyCharm 3.1 (EAP).

Advertisement

Answer

Currently the only possibility is to use the “Before launch | Show this page” option.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement