diff options
Diffstat (limited to 'toolsrc/src/commands_other.cpp')
| -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}, |
