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/options-types.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bpkg/options-types.hxx') diff --git a/bpkg/options-types.hxx b/bpkg/options-types.hxx index 741e93c..6576060 100644 --- a/bpkg/options-types.hxx +++ b/bpkg/options-types.hxx @@ -21,6 +21,12 @@ namespace bpkg all }; + enum class stdout_format + { + lines, + json + }; + // Qualified options. // // An option that uses this type can have its values qualified using the -- cgit v1.1