mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:29:01 +08:00
integrate
: checks for --options
This commit is contained in:
parent
4313d8f398
commit
6b9222f166
@ -296,6 +296,7 @@ With a project open, go to Tools->NuGet Package Manager->Package Manager Console
|
||||
static const std::string example = Strings::format("Commands:\n"
|
||||
"%s", INTEGRATE_COMMAND_HELPSTRING);
|
||||
args.check_exact_arg_count(1, example);
|
||||
args.check_and_get_optional_command_arguments({});
|
||||
|
||||
if (args.command_arguments[0] == "install")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user