-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working