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 ever
I'm doing this on a Mac, but hopefully this will be helpful for Windows or Linux.
Go to Run > Edit Configurations There will be a dialog box that opens. Script: file you want to run (ending with .py) Script Parameters: the command line arguments Working Directory: directory where your project is.
Hope this helps!