diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-11-02 14:55:30 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-11-03 13:03:25 (GMT) |
commit | ab7284679428197cc5d0e891db6f2ee1d00a6c6d (patch) | |
tree | 2adb2903e5ddd6a0c7db2511234398acf3e64c66 /Help/manual/cmake.1.rst | |
parent | 0f02655bb01346cab483761bd75fa8dc6cbfe7f1 (diff) | |
download | CMake-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.rst | 4 |
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>...] |