aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorMaria Tavlaki <mariataylaki@hotmail.com>2017-10-01 22:17:33 +0300
committerMaria Tavlaki <mariataylaki@hotmail.com>2017-10-02 01:23:55 +0300
commitb3e06443eab560d5de848f2a066e1baa477fa57b (patch)
treebd31e71390610e1fdcc03597f13dde248fee5bbe /toolsrc/include
parent2de9f83ff22774d0f70e3ee8158b26c494f5ea30 (diff)
downloadvcpkg-b3e06443eab560d5de848f2a066e1baa477fa57b.tar.gz
vcpkg-b3e06443eab560d5de848f2a066e1baa477fa57b.zip
Create stub autocomplete function
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index 590f0208c..7cfa2760e 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -194,6 +194,11 @@ namespace vcpkg::Commands
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
}
+ namespace Autocomplete
+ {
+ void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
+ }
+
namespace Help
{
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);