aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2015-11-04 15:52:55 +0200
committerBogDan Vatra <bogdan@kdab.com>2015-11-20 16:40:16 +0000
commite077e514c087f3f7136e35ddb5a0ca488c4bf901 (patch)
tree0115fef1d2c6ee80b97fd00b65fa669517451ad4 /doc
parent19adef57e5e7f694f37931c49ed07c9825b56ebc (diff)
Make it easy to redirect the commands outputs to files.
Change-Id: I0516527408d44b8f78d8da1fc65cdf609babfbc6 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/commands.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/reference/commands.qdoc b/doc/reference/commands.qdoc
index 793b292d8..39ea99eb9 100644
--- a/doc/reference/commands.qdoc
+++ b/doc/reference/commands.qdoc
@@ -191,6 +191,18 @@
\li string
\li empty
\li The program's working directory.
+ \row
+ \li \c stdoutFilePath
+ \li string
+ \li undefined
+ \li Redirects the filtered standard output content to \c stdoutFilePath. If \c stdoutFilePath is undefined,
+ the filtered standard output is forwarded to \QBS, possibly to be printed to the console.
+ \row
+ \li \c stderrFilePath
+ \li string
+ \li undefined
+ \li Redirects the filtered standard error output content to \c stderrFilePath. If \c stderrFilePath is undefined,
+ the filtered standard error output is forwarded to \QBS, possibly to be printed to the console.
\endtable
\section2 JavaScriptCommand Properties