From 16fc9bf6c065f8a6adeaf55e4b418edfb9de1f38 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 25 Feb 2025 16:54:03 +0100 Subject: Support graph options in invocation logging --- share/man/just-mrrc.5.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share') diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md index d63bc4ec..d25eb936 100644 --- a/share/man/just-mrrc.5.md +++ b/share/man/just-mrrc.5.md @@ -181,6 +181,12 @@ The just-mrrc is given by a JSON object. directory the metadata file should be stored. If not given, no metadata file will be written. See **`just-profile`**(5) for details of the format. + - *`"--dump-graph"`* A file name specifying the file in + the invocation-log directory for an invocation-specific + `--dump-graph` option. + - *`"--dump-plain-graph"`* A file name specifying the file + in the invocation-log directory for an invocation-specific + `--dump-plain-graph` option. EXAMPLE @@ -202,6 +208,7 @@ An example just-mrrc file could look like the following: , "invocation log": { "directory": {"root": "system", "path": "var/opt/just-invocation"} , "metadata": "metadata.json" + , "--dump-graph": "graph.json" } , "absent": [ {"root": "workspace", "path": "etc/absent.json"} -- cgit v1.2.3