mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
A positional option allows 'cmake --workflow --preset <preset>' to be shortened to 'cmake --workflow <preset>'. Fixes: #26270
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
^Unknown argument -DINVALID_OPTION
|
|
Usage: cmake --workflow <options>
|
|
Options:
|
|
--preset <preset> = Workflow preset to execute\.
|
|
--list-presets = List available workflow presets\.
|
|
--fresh = Configure a fresh build tree, removing any existing cache file\.$
|