uv/crates/uv-shell/src
samypr100 e096ab2411
Add support for Windows legacy scripts via uv tool run (#12079)
## Summary

Follow up to https://github.com/astral-sh/uv/pull/11888 with added
support for uv tool run.

Changes
* Added functionality for running windows scripts in previous PR was
moved from run.rs to uv_shell::runnable.
* EXE was added as a supported type, this simplified integration across
both uv run and uvx while retaining a backwards compatible behavior and
properly prioritizing .exe over others. Name was adjusted to runnable as
a result to better represent intent.

## Test Plan

New tests added.

## Documentation

Added new documentation.
2025-03-11 09:02:17 -05:00
..
lib.rs Add support for Windows legacy scripts via uv tool run (#12079) 2025-03-11 09:02:17 -05:00
runnable.rs Add support for Windows legacy scripts via uv tool run (#12079) 2025-03-11 09:02:17 -05:00
shlex.rs Refactor shell quoting (#9055) 2024-11-15 09:06:54 +00:00
windows.rs Remove the winreg crate (#11805) 2025-02-26 18:56:15 +01:00