diff options
| author | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-11 22:47:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 22:47:14 -0700 |
| commit | 7e65405c3154b4dcd81b04f2275546a280945176 (patch) | |
| tree | 384236ba92d60c1fa9d30b242d836d0ee0fd29d8 /toolsrc/include | |
| parent | 803b27b66e5697ad2f331fcc55916663ce7777dd (diff) | |
| parent | 022cfa2329362b102e641f5882be270de6beb8b3 (diff) | |
| download | vcpkg-7e65405c3154b4dcd81b04f2275546a280945176.tar.gz vcpkg-7e65405c3154b4dcd81b04f2275546a280945176.zip | |
Merge pull request #6055 from jediry/depend_info_no_recurse
Add --no-recurse flag to "depend-info" command
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h index fd7d832b3..6a94b389a 100644 --- a/toolsrc/include/vcpkg/commands.h +++ b/toolsrc/include/vcpkg/commands.h @@ -55,6 +55,7 @@ namespace vcpkg::Commands namespace DependInfo { + extern const CommandStructure COMMAND_STRUCTURE; void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); } |
