Commit efbb5ceb by Tom Solberg Committed by GitHub

doc: clarify`--why` command

parent a80f9850
...@@ -444,7 +444,7 @@ required by ...@@ -444,7 +444,7 @@ required by
### Options ### Options
* `--without`: The dependency groups to ignore. * `--without`: The dependency groups to ignore.
* `--why`: Include reverse dependencies where applicable. * `--why`: When showing the full list, or a `--tree` for a single package, display why a package is included.
* `--with`: The optional dependency groups to include. * `--with`: The optional dependency groups to include.
* `--only`: The only dependency groups to include. * `--only`: The only dependency groups to include.
* `--default`: Only include the main dependencies. (**Deprecated**) * `--default`: Only include the main dependencies. (**Deprecated**)
...@@ -457,6 +457,7 @@ required by ...@@ -457,6 +457,7 @@ required by
When `--only` is specified, `--with` and `--without` options are ignored. When `--only` is specified, `--with` and `--without` options are ignored.
{{% /note %}} {{% /note %}}
## build ## build
The `build` command builds the source and wheels archives. The `build` command builds the source and wheels archives.
......
...@@ -50,7 +50,8 @@ class ShowCommand(GroupCommand): ...@@ -50,7 +50,8 @@ class ShowCommand(GroupCommand):
option( option(
"why", "why",
None, None,
"When listing the tree for a single package, start from parents.", "When showing the full list, or a <info>--tree</info> for a single package,"
" also display why it's included.",
), ),
option("latest", "l", "Show the latest version."), option("latest", "l", "Show the latest version."),
option( option(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment