From 4baaf93a0387f30cef93a39b5a6841218c42c308 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 22 Dec 2022 10:27:09 +0100 Subject: Add option --dump-export-targets ... dumping only the configured targets that are export targets. Those targets are of particular interest as those are the targets, as they are the high-level caching points and also often serve as interface between projects. --- share/man/just.1.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/man') diff --git a/share/man/just.1.org b/share/man/just.1.org index 3c4cabe8..6ca71764 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -476,6 +476,11 @@ well-defined graph file. See *just-graph-file(5)* for more details. } #+END_SRC + *--dump-export-targets* PATH\\ + Dump all transitive targets to file for the given target that are + export targets. ~-~ is treated as stdout. The output format is + the same as for *--dump-targets*. + *--dump-targets-graph* PATH\\ Dump the graph of configured targets to a file (even if it is called ~-~). In this graph, only non-source targets are -- cgit v1.2.3