aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-09-30 11:23:05 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-09-30 11:23:05 -0700
commit0fdd57983a6ea25324df861d96c1c45136160338 (patch)
tree59c0c037621268860d8b522ecfe8e6498c9de08a /toolsrc/include
parent3419a7f9ca7640a976e8a332c5f74d222b150c6c (diff)
downloadvcpkg-0fdd57983a6ea25324df861d96c1c45136160338.tar.gz
vcpkg-0fdd57983a6ea25324df861d96c1c45136160338.zip
Introduce create_example_string()
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h1
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);