diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-07 13:14:10 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-07 13:14:10 -0800 |
| commit | 31c4de315a218117f2f88742b3be58f9df9b76ac (patch) | |
| tree | afef02bccad861631927f6caf3c8964d42483056 /toolsrc/src | |
| parent | 3aa906c5920ce45593560c9f4ebb96ba753d50f4 (diff) | |
| download | vcpkg-31c4de315a218117f2f88742b3be58f9df9b76ac.tar.gz vcpkg-31c4de315a218117f2f88742b3be58f9df9b76ac.zip | |
Add "vcpkg /?" which is equivalent to "vcpkg help"
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/commands_other.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/commands_other.cpp b/toolsrc/src/commands_other.cpp index 5f4128bb1..bb1768048 100644 --- a/toolsrc/src/commands_other.cpp +++ b/toolsrc/src/commands_other.cpp @@ -74,6 +74,7 @@ namespace vcpkg const std::vector<package_name_and_function<command_type_b>>& get_available_commands_type_b() { static std::vector<package_name_and_function<command_type_b>> t = { + {"/?", help_command}, {"help", help_command}, {"search", search_command}, {"list", list_command}, |
