From 74b3e5c2f661516a6ebb438cb89f578af1f53b95 Mon Sep 17 00:00:00 2001 From: memsharded Date: Wed, 22 Oct 2025 16:52:57 +0200 Subject: [PATCH] --package-filter=& --- reference/commands/graph/info.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/commands/graph/info.rst b/reference/commands/graph/info.rst index 6740957c6289..bf26b80aa354 100644 --- a/reference/commands/graph/info.rst +++ b/reference/commands/graph/info.rst @@ -230,6 +230,10 @@ For example, to get the options of zlib, the following command could be run: shared: False +The ``--package-filter`` accepts the ``&`` placeholder as ``--package-filter="&""`` to refer to the current "consumer" recipes, +without needing to explictly type its package name. + + Available formatters --------------------