summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cmcmd-end-of-options-delimiter.rst
blob: bc9cc21d9c82d33521384ca9cbcb986c60ce6430 (plain)
1
2
3
4
5
6
7
cmcmd-end-of-options-delimiter
------------------------------

* The :manual:`cmake(1)` ``-E`` commands ``cat`` and ``env`` learned to respect
  a double dash (``--``) argument that acts as a delimiter indicating the end of
  options. Any following arguments are treated as operands/positional arguments,
  even if they begin with a dash ``-`` character.