From 6417048387cad7663e7a11634bb9f326762235fc Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 6 Jul 2022 10:40:15 +0200 Subject: 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. --- share/man/just.1.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'share') 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 -- cgit v1.2.3