aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-10-17 02:59:55 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-10-17 02:59:55 -0700
commit3c4f620dbc7ef0005c694ab758c6c7d5e42dbe93 (patch)
treebea9eddcd048118adbf8df411e75576822161ec5 /toolsrc/include
parent947c6cac332cabb58452178d563a2a0c26def35e (diff)
downloadvcpkg-3c4f620dbc7ef0005c694ab758c6c7d5e42dbe93.tar.gz
vcpkg-3c4f620dbc7ef0005c694ab758c6c7d5e42dbe93.zip
`autocomplete` Add autocompletion for `vcpkg integrate`
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 e00812c98..d9ebad2c4 100644
--- a/toolsrc/include/vcpkg/commands.h
+++ b/toolsrc/include/vcpkg/commands.h
@@ -75,6 +75,7 @@ namespace vcpkg::Commands
namespace Integrate
{
extern const char* const INTEGRATE_COMMAND_HELPSTRING;
+ extern const CommandStructure COMMAND_STRUCTURE;
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
}