diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-30 11:23:05 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-30 11:23:05 -0700 |
| commit | 0fdd57983a6ea25324df861d96c1c45136160338 (patch) | |
| tree | 59c0c037621268860d8b522ecfe8e6498c9de08a /toolsrc/include | |
| parent | 3419a7f9ca7640a976e8a332c5f74d222b150c6c (diff) | |
| download | vcpkg-0fdd57983a6ea25324df861d96c1c45136160338.tar.gz vcpkg-0fdd57983a6ea25324df861d96c1c45136160338.zip | |
Introduce create_example_string()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index c706c131c..c3da552f2 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -9,6 +9,7 @@ namespace vcpkg void print_usage(); void print_example(const char* command_and_arguments); + std::string create_example_string(const char* command_and_arguments); void update_command(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); void build_command(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet); |
