aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_other.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-06 20:12:54 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-06 22:39:15 -0800
commite4cab414aee77b03140d0198ce8c0756c46b5c0a (patch)
tree3391fc4fff70b9e901fb82556ff92cc9017c2021 /toolsrc/src/commands_other.cpp
parenta6821438bc63a35efc79b53588149271652ec5e3 (diff)
downloadvcpkg-e4cab414aee77b03140d0198ce8c0756c46b5c0a.tar.gz
vcpkg-e4cab414aee77b03140d0198ce8c0756c46b5c0a.zip
Add new command: portsdiff
Diffstat (limited to 'toolsrc/src/commands_other.cpp')
-rw-r--r--toolsrc/src/commands_other.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/commands_other.cpp b/toolsrc/src/commands_other.cpp
index 148673afe..894beae27 100644
--- a/toolsrc/src/commands_other.cpp
+++ b/toolsrc/src/commands_other.cpp
@@ -86,6 +86,7 @@ namespace vcpkg
{"import", import_command},
{"cache", cache_command},
{"internal_test", internal_test_command},
+ {"portsdiff", portsdiff_command}
};
return t;
}