-
A followup on #987. I want to be able to define a parameterize a nested script. A specific case is to parameterize one of the script in the list, but not the other. If defined as... [tool.hatch.envs.lint.scripts]
cmd1 = "foo {args:.}"
cmd2 = "bar {args:--someflag}"
cmd = ["cmd1 {args:}", "cmd2"] ...then I expect... $ hatch run cmd /path/to/something
foo /path/to/something && bar --someflag Does hatch support this outside of using environment variables? |
Beta Was this translation helpful? Give feedback.
Answered by
ofek
Oct 7, 2023
Replies: 1 comment
-
Not possible currently but this could be a feature request |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ketozhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not possible currently but this could be a feature request