diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-08 18:05:48 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-09 13:59:16 +0100 |
commit | 3c2877dd63698f6ef424538ed91ffa66144bf115 (patch) | |
tree | 60b9a40c708ff3e870dc915e01a974d1cbf78b91 /share/man/just.1.md | |
parent | 16d3b50a4f8d8f3de21297759467f47b6ff374f9 (diff) | |
download | justbuild-3c2877dd63698f6ef424538ed91ffa66144bf115.tar.gz |
just build: add new option -p
... allowing to print the unique artifact built (if any). This
allows convenient inspection of the build result of targets that
define precisely one artifact.
Diffstat (limited to 'share/man/just.1.md')
-rw-r--r-- | share/man/just.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index e56547a8..6c5927f0 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -494,6 +494,12 @@ Supported by: analyse|build|install. After building, print the specified artifact to stdout. Supported by: build|install|rebuild|traverse. +**`-p`**, **`--print-unique-artifact`** +After building, print the unique artifact to stdout, if any. If +the option **`-P`** is given or the number of artifacts is not +precisely one, this option has no effect. +Supported by: build|install|rebuild|traverse. + **`-s`**, **`--show-runfiles`** Do not omit runfiles in build report. Supported by: build|install|rebuild|traverse. |