From acba9cb083155fecd193787da1ae688b0726bbcc Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 21 Mar 2025 02:39:08 +0100 Subject: [PATCH] execute_process: Document {OUTPUT,ERROR}_STRIP_TRAILING_WHITESPACE --- Help/command/execute_process.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst index c2c7fe369d..a2f903699e 100644 --- a/Help/command/execute_process.rst +++ b/Help/command/execute_process.rst @@ -121,6 +121,10 @@ Options: and standard error pipes, respectively. If the same variable is named 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`` .. versionadded:: 3.18