I recently updated PyCharm to its new version (2021.3.2) and realized that I cannot use the command %run anymore in a console to run a file. Previously, I was using such command with arguments as follows:
%run file.py --arg1 False --arg2 0.5
How can I do the same in the new PyCharm?