vcpkg/docs/maintainers/internal/z_vcpkg_prettify_command_line.md
nicole mazzuca 545c165ce0
[(z_)vcpkg_prettify_command(_line)] Scripts Tree Audit (#16130)
* [vcpkg_prettify_command] Audit

* rename file

* rename out-var in docs

* fix file path

* add internal use message to docs

* escapin' in z_vcpkg_prettify_command_line

* regenerate docs
2021-02-09 15:53:36 -08:00

653 B

z_vcpkg_prettify_command_line

Only for internal use in vcpkg helpers. Behavior and arguments will change without notice. Turn a command line into a formatted string.

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

scripts/cmake/z_vcpkg_prettify_command_line.cmake