mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
Add "vcpkg /?" which is equivalent to "vcpkg help"
This commit is contained in:
parent
3aa906c592
commit
31c4de315a
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user