From 31c4de315a218117f2f88742b3be58f9df9b76ac Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 7 Dec 2016 13:14:10 -0800 Subject: [PATCH] Add "vcpkg /?" which is equivalent to "vcpkg help" --- toolsrc/src/commands_other.cpp | 1 + 1 file changed, 1 insertion(+) 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>& get_available_commands_type_b() { static std::vector> t = { + {"/?", help_command}, {"help", help_command}, {"search", search_command}, {"list", list_command},