diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-30 18:21:38 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-30 18:21:38 -0700 |
| commit | e507c14229e5dd206499eef3ffa4e887131b9678 (patch) | |
| tree | 4c28a02ed1e3a9e0e9d9b8760e726cf41eed2c81 /toolsrc/src/commands_other.cpp | |
| parent | ce68e1a11ed846bdbab59d1e07a9aeb4506c6037 (diff) | |
| download | vcpkg-e507c14229e5dd206499eef3ffa4e887131b9678.tar.gz vcpkg-e507c14229e5dd206499eef3ffa4e887131b9678.zip | |
create & edit commands now only handle package names
Diffstat (limited to 'toolsrc/src/commands_other.cpp')
| -rw-r--r-- | toolsrc/src/commands_other.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_other.cpp b/toolsrc/src/commands_other.cpp index 4ba4112d4..07549a437 100644 --- a/toolsrc/src/commands_other.cpp +++ b/toolsrc/src/commands_other.cpp @@ -66,8 +66,6 @@ namespace vcpkg {"install", install_command}, {"remove", remove_command}, {"build", build_command}, - {"edit", edit_command}, - {"create", create_command}, {"build_external", build_external_command} }; return t; @@ -82,6 +80,8 @@ namespace vcpkg {"integrate", integrate_command}, {"owns", owns_command}, {"update", update_command}, + {"edit", edit_command}, + {"create", create_command}, {"import", import_command}, {"cache", cache_command}, {"internal_test", internal_test_command}, |
