diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-08 15:56:01 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-08 16:35:46 +0200 |
commit | 8798a8bdf82c87a136c07410d65267859f92e851 (patch) | |
tree | 5f15ec2fd65dd7f8ed5f6c15a8a7296ecd372c39 /share | |
parent | c9325cea0aa43f328644157dee4eafe3d7b45e6f (diff) | |
download | justbuild-8798a8bdf82c87a136c07410d65267859f92e851.tar.gz |
just analyse: support dumping the action graph without origins
The origins of actions are useful for understanding the action
graph; if, however, the action graph is only to be used for further
computaiton, this is unnecessary information. Therefore, add an
option to dump the action graph without origins.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index dd585920..e981d633 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -439,6 +439,11 @@ File path for writing the action graph description to. See **`just-graph-file`**(5) for more details. Supported by: analyse|build|install|rebuild. +**`--dump-plain-graph`** *`PATH`* +File path for writing the action graph description to, however without +the additional `"origins"` key. See **`just-graph-file`**(5) for more details. +Supported by: analyse|build|install|rebuild. + **`-f`**, **`--log-file`** *`PATH`* Path to local log file. **`just`** will store the information printed on stderr in the log file along with the thread id and timestamp when the |