diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 15:45:38 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 15:45:38 -0800 |
| commit | 6b9222f166aed28b6ee7bfba1de6f400c1643857 (patch) | |
| tree | 3b34a80b4e89e0b0ed5eb2231841f8f13afa864b /toolsrc/src/commands_integrate.cpp | |
| parent | 4313d8f398e12093b866fa8029b712c86f1bc127 (diff) | |
| download | vcpkg-6b9222f166aed28b6ee7bfba1de6f400c1643857.tar.gz vcpkg-6b9222f166aed28b6ee7bfba1de6f400c1643857.zip | |
`integrate`: checks for --options
Diffstat (limited to 'toolsrc/src/commands_integrate.cpp')
| -rw-r--r-- | toolsrc/src/commands_integrate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/commands_integrate.cpp b/toolsrc/src/commands_integrate.cpp index 12a45c238..94af19e96 100644 --- a/toolsrc/src/commands_integrate.cpp +++ b/toolsrc/src/commands_integrate.cpp @@ -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") { |
