cmake -E cat: Add ability to print standard input

This commit is contained in:
Kyle Edwards
2023-11-02 10:55:30 -04:00
parent 0f02655bb0
commit ab72846794
6 changed files with 36 additions and 4 deletions

View File

@@ -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>...]

View File

@@ -0,0 +1,5 @@
cmake-E-cat-stdin
-----------------
* :manual:`cmake(1)` :option:`-E cat <cmake-E cat>` can now print the standard
input by passing the ``-`` argument.