From edfeacac8a8f08f3b022cc561cc992d5a12fcf51 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 2 Mar 2022 22:16:28 +0300 Subject: Add support for --stdout-format to bdep-status command --- bdep/options-types.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bdep/options-types.hxx') diff --git a/bdep/options-types.hxx b/bdep/options-types.hxx index fffb2a4..3c2a792 100644 --- a/bdep/options-types.hxx +++ b/bdep/options-types.hxx @@ -6,6 +6,11 @@ namespace bdep { + enum class stdout_format + { + lines, + json + }; } #endif // BDEP_OPTIONS_TYPES_HXX -- cgit v1.1