execute_process: Document {OUTPUT,ERROR}_STRIP_TRAILING_WHITESPACE

This commit is contained in:
Peter Kokot 2025-03-21 02:39:08 +01:00
parent 4ba2692172
commit acba9cb083
No known key found for this signature in database
GPG Key ID: A94800907AA79B36

View File

@ -121,6 +121,10 @@ Options:
and standard error pipes, respectively. If the same variable is named and standard error pipes, respectively. If the same variable is named
for both pipes their output will be merged in the order produced. for both pipes their output will be merged in the order produced.
``OUTPUT_STRIP_TRAILING_WHITESPACE``, ``ERROR_STRIP_TRAILING_WHITESPACE``
Removes whitespace characters from the end of the values stored in the
corresponding ``OUTPUT_VARIABLE`` and ``ERROR_VARIABLE`` variables.
``ECHO_OUTPUT_VARIABLE``, ``ECHO_ERROR_VARIABLE`` ``ECHO_OUTPUT_VARIABLE``, ``ECHO_ERROR_VARIABLE``
.. versionadded:: 3.18 .. versionadded:: 3.18