2021-02-09 15:53:36 -08:00
|
|
|
# z_vcpkg_prettify_command_line
|
|
|
|
|
2021-02-28 13:17:19 -08:00
|
|
|
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/).
|
|
|
|
|
2021-02-09 15:53:36 -08:00
|
|
|
**Only for internal use in vcpkg helpers. Behavior and arguments will change without notice.**
|
|
|
|
Turn a command line into a formatted string.
|
|
|
|
|
|
|
|
```cmake
|
|
|
|
z_vcpkg_prettify_command_line(<out-var> <argument>...)
|
|
|
|
```
|
|
|
|
|
|
|
|
This command is for internal use, when printing out to a message.
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
* `scripts/cmake/vcpkg_execute_build_process.cmake`
|
|
|
|
* `scripts/cmake/vcpkg_execute_required_process.cmake`
|
|
|
|
* `scripts/cmake/vcpkg_execute_required_process_repeat.cmake`
|
|
|
|
|
|
|
|
## Source
|
2021-02-28 13:17:19 -08:00
|
|
|
[scripts/cmake/z\_vcpkg\_prettify\_command\_line.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/z_vcpkg_prettify_command_line.cmake)
|