uv-runVoer een commando of script uit in de projectomgeving. Meer informatie: https://docs.astral.sh/uv/reference/cli/#uv-run.
uv run {{pad/naar/script.py}}
uv run {{[-m|--module]}} {{modulenaam}}
uv run {{[-w|--with]}} {{pakket}} {{commando}}
uv run --with-requirements {{pad/naar/requirements.txt}} {{pad/naar/script.py}}
uv run --isolated {{pad/naar/script.py}}
uv run --no-sync {{commando}}