JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Script arguments should be passed directly to the Run Configurations #37

Closed SmirnovOleg closed 1 year ago

SmirnovOleg commented 1 year ago

Now, to pass any arguments to Paddle Run task, you need to add args section in the paddle.yaml. However, some arguments could contain local users's private information, like absolute paths, etc. In general, it is better for all arguments to be passed directly in the Run Configurations menu tab (if you're using PyCharm), or as arguments for Paddle CLI command.