diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 15:52:45 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 15:52:54 -0800 |
| commit | b890a9033cde8844566c0f4b8f986f8c44008ebb (patch) | |
| tree | dd539f92ea35926208684d3f06cc5ed1d6693b13 /toolsrc/src/commands_contact.cpp | |
| parent | 4e44b8533d1df94dd2405674086377d06b3690a7 (diff) | |
| download | vcpkg-b890a9033cde8844566c0f4b8f986f8c44008ebb.tar.gz vcpkg-b890a9033cde8844566c0f4b8f986f8c44008ebb.zip | |
`contact`/`help`/`version`: Check for --options
Diffstat (limited to 'toolsrc/src/commands_contact.cpp')
| -rw-r--r-- | toolsrc/src/commands_contact.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/commands_contact.cpp b/toolsrc/src/commands_contact.cpp index 2be468fb8..c5b8cab7e 100644 --- a/toolsrc/src/commands_contact.cpp +++ b/toolsrc/src/commands_contact.cpp @@ -8,6 +8,8 @@ namespace vcpkg::Commands::Contact void perform_and_exit(const vcpkg_cmd_arguments& args) { args.check_exact_arg_count(0); + args.check_and_get_optional_command_arguments({}); + System::println("Send an email to %s with any feedback.", Info::email()); exit(EXIT_SUCCESS); } |
