From 8ff6314283396a60ae9806a03f1c017bdc3ec4cc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 Mar 2022 17:19:18 +0300 Subject: Add support for --stdout-format to pkg-status command --- bpkg/types-parsers.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bpkg/types-parsers.hxx') diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx index 007d754..dba459a 100644 --- a/bpkg/types-parsers.hxx +++ b/bpkg/types-parsers.hxx @@ -84,6 +84,16 @@ namespace bpkg }; template <> + struct parser + { + static void + parse (stdout_format&, bool&, scanner&); + + static void + merge (stdout_format& b, const stdout_format& a) {b = a;} + }; + + template <> struct parser { static void -- cgit v1.1