We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv run -c
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also, is it not supported to read a script from stdin and pass along command line arguments at the same time? I can't get this to work: $ echo '# /// script # requires-python = ">=3.10" # dependencies = [ # "urllib3", # ] # /// import sys; print(sys.argv)' | uv run - 1 2 3 Reading inline script metadata from `stdin` ['-c'] Placing a -- before or after - doesn't help either.
Also, is it not supported to read a script from stdin and pass along command line arguments at the same time?
I can't get this to work:
$ echo '# /// script # requires-python = ">=3.10" # dependencies = [ # "urllib3", # ] # /// import sys; print(sys.argv)' | uv run - 1 2 3 Reading inline script metadata from `stdin` ['-c']
Placing a -- before or after - doesn't help either.
--
-
Originally posted by @BarrensZeppelin in #10021
The text was updated successfully, but these errors were encountered:
uv run
stdin
5c6e584
charliermarsh
Successfully merging a pull request may close this issue.
Originally posted by @BarrensZeppelin in #10021
The text was updated successfully, but these errors were encountered: