diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-07-06 10:40:15 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-07-06 15:56:22 +0200 |
commit | 6417048387cad7663e7a11634bb9f326762235fc (patch) | |
tree | 67f3b7234c2ec6603cf37daaca0ab8bd448b4c97 /share | |
parent | 1adf3ea9c28b1b72eb7e56ef4027d2aee200042e (diff) | |
download | justbuild-6417048387cad7663e7a11634bb9f326762235fc.tar.gz |
When requesting action input, also provide action information
Extend the --request-action-input option to also provide command line,
environment, etc, of the requested action. As this option is mainly
for debugging, having that information available via the analyse
subcommand is useful; for build/install that change does not make
a difference anyway.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index 98db94e4..c66c1c62 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -263,8 +263,11 @@ well-defined graph file. See *just-graph-file(5)* for more details. *--request-action-input* ACTION\\ Modify the request to be, instead of the analysis result of the requested target, the input stage of the specified action as artifacts, with empty - runfiles and provides map. An action can be specified in the following - ways + runfiles and a provides map providing the remaining information about the + action, in particular as ~"cmd"~ the arguments vector and ~"env"~ the + environment. + + An action can be specified in the following ways - an action identifier prefixed by the ~%~ character - a number prefixed by the ~#~ character (note that it requires quoting on most shells). This specifies the action with that index of the actions |