Improvements to the documentation (#5718)

This commit is contained in:
Zanie Blue
2024-08-03 08:41:33 -05:00
committed by GitHub
parent 00981732a6
commit 44a6dbfa53
19 changed files with 275 additions and 209 deletions
+2 -2
View File
@@ -152,10 +152,10 @@ command.
The given command can be provided by the project environment or exist outside of it, e.g.:
```console
# Presuming the project provides `example-cli`
$ # Presuming the project provides `example-cli`
$ uv run example-cli foo
# Running a `bash` script that requires the project to be available
$ # Running a `bash` script that requires the project to be available
$ uv run bash scripts/foo.sh
```