Files
CMake/Help/release/dev/cmake-e-tar-error-handling.rst
2019-03-20 09:28:49 -04:00

9 lines
366 B
ReStructuredText

cmake-e-tar-error-handling
--------------------------
* The :manual:`cmake(1)` ``-E tar`` tool now parses all flags, and if an
invalid flag was provided, a warning is issued.
* The :manual:`cmake(1)` ``-E tar`` tool now displays an error if no action
flag was specified, along with a list of possible actions: ``t`` (list),
``c`` (create) or ``x`` (extract).