cmcmd-end-of-options-delimiter.rst 355 B

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