astral-sh/uv

Add strict command mode to `uv run`

Open

#3,097 opened on Apr 17, 2024

View on GitHub
 (13 comments) (1 reaction) (0 assignees)Rust (3,111 forks)batch import
enhancementhelp wantedneeds-design

Repository metrics

Stars
 (84,934 stars)
PR merge metrics
 (Avg merge 7d 16h) (259 merged PRs in 30d)

Description

This would only allow you to run a command provided by a package in the current environment.

Maybe we'd want to use a new flag --strict or re-use the --isolated flag.

Contributor guide