astral-sh/uv

Add strict command mode to `uv run`

Open

#3,097 opened on Apr 17, 2024

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Rust (84,934 stars) (3,111 forks)batch import
enhancementhelp wantedneeds-design

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