File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,23 @@ $ uv help init
3030When using the long help menu, uv will attempt to use ` less ` or ` more ` to "page" the output so it is
3131not all displayed at once. To exit the pager, press ` q ` .
3232
33+ ## Displaying verbose output
34+
35+ The ` -v ` flag can be used to display verbose output for a command, e.g., for ` uv sync ` :
36+
37+ ``` console
38+ $ uv sync -v
39+ ```
40+
41+ The ` -v ` flag can be repeated to increase verbosity, e.g.:
42+
43+ ``` console
44+ $ uv sync -vv
45+ ```
46+
47+ Often, the verbose output will include additional information about why uv is behaving in a certain
48+ way.
49+
3350## Viewing the version
3451
3552When seeking help, it's important to determine the version of uv that you're using — sometimes the
You can’t perform that action at this time.
0 commit comments