Replies: 4 comments 6 replies
-
I think this would also be awesome for chained scripts
|
Beta Was this translation helpful? Give feedback.
-
I agree, also passing env vars across the chain seems extremely useful. |
Beta Was this translation helpful? Give feedback.
-
Arguments can be passed: [tool.rye.scripts]
foo = "python -c 'import sys; print(sys.argv)'"
Or do I misunderstand the request here? |
Beta Was this translation helpful? Give feedback.
-
@Murtagy Don't quote me, but I think you should be able to use
¯\_(ツ)_/¯ |
Beta Was this translation helpful? Give feedback.
-
Currently, when defining a rye script, it's just a static command. Is it possible to define a rye script that is able to take a list of arguments? Similar to PDM's arguments placeholder https://pdm-project.org/latest/usage/scripts/#arguments-placeholder?
Beta Was this translation helpful? Give feedback.
All reactions