summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake.1.rst
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2023-11-02 14:55:30 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2023-11-03 13:03:25 (GMT)
commitab7284679428197cc5d0e891db6f2ee1d00a6c6d (patch)
tree2adb2903e5ddd6a0c7db2511234398acf3e64c66 /Help/manual/cmake.1.rst
parent0f02655bb01346cab483761bd75fa8dc6cbfe7f1 (diff)
downloadCMake-ab7284679428197cc5d0e891db6f2ee1d00a6c6d.zip
CMake-ab7284679428197cc5d0e891db6f2ee1d00a6c6d.tar.gz
CMake-ab7284679428197cc5d0e891db6f2ee1d00a6c6d.tar.bz2
cmake -E cat: Add ability to print standard input
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r--Help/manual/cmake.1.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 5223acb..15ae6ea 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -891,6 +891,10 @@ Available commands are:
``-`` will result in an error. Use ``--`` to indicate the end of options, in
case a file starts with ``-``.
+ .. versionadded:: 3.29
+
+ ``cat`` can now print the standard input by passing the ``-`` argument.
+
.. program:: cmake-E
.. option:: chdir <dir> <cmd> [<arg>...]