Add "vcpkg /?" which is equivalent to "vcpkg help"

This commit is contained in:
Alexander Karatarakis 2016-12-07 13:14:10 -08:00
parent 3aa906c592
commit 31c4de315a

View File

@ -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},