diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-06 14:42:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-06 14:42:34 -0700 |
| commit | bb48a94606ee1fa44078a811d411a24bfd4911da (patch) | |
| tree | f49dc3e52b5eeae8ff49e78f794189066d5372ae /toolsrc/include | |
| parent | 1008d3dd7ad3e466f92eff215924e816f0165b61 (diff) | |
| parent | 016c53e231f353bdfa35f8e265b281e8d56031ed (diff) | |
| download | vcpkg-bb48a94606ee1fa44078a811d411a24bfd4911da.tar.gz vcpkg-bb48a94606ee1fa44078a811d411a24bfd4911da.zip | |
Merge pull request #1896 from mariatav/dev/mariatav/autocomplete
Autocomplete: Command to enable tab completion
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 5 |
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); |
