mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmake -E cat: Add ability to print standard input
This commit is contained in:
@@ -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>...]
|
||||
|
||||
5
Help/release/dev/cmake-E-cat-stdin.rst
Normal file
5
Help/release/dev/cmake-E-cat-stdin.rst
Normal 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.
|
||||
Reference in New Issue
Block a user