From c833619316e5cae8c156fd1f56c823e11a48953d Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Sat, 30 Mar 2024 13:25:38 -0400 Subject: [PATCH] Update docs/cli.md Co-authored-by: Ruben Arts --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 30f3ae31f..244333dad 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -398,7 +398,7 @@ pixi tree --environment docs ``` !!! warning - `pixi tree`'s support for PyPI packages is still under development, and not all packages are currently being parsed. Add `-v` to increase verbosity to display notices to see which packages are currently unable to be parsed. + Use `-v` to show which `pypi` packages are not yet parsed correctly. The `extras` and `markers` parsing is still under development. Output will look like this, where direct packages in the [manifest file](configuration.md) will be green. Once a package has been displayed once, the tree won't continue to recurse through it's dependencies (compare the first time `python` appears, vs the rest), and it will instead be marked with a star `(*)`.