From d4c243bde6d3043b6e04adf249f13e8275ddd528 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jul 2021 19:26:34 +0300 Subject: Add support for cfg-info --- bpkg/bpkg.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index d1d26ca..4a4ac2d 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -21,6 +21,7 @@ // #include +#include #include #include @@ -499,6 +500,7 @@ try #define CFG_COMMAND(CMD, TMP) COMMAND_IMPL(cfg_, "cfg-", CMD, false, TMP) CFG_COMMAND (create, false); // Temp dir initialized manually. + CFG_COMMAND (info, true); CFG_COMMAND (link, true); // pkg-* commands -- cgit v1.1