aboutsummaryrefslogtreecommitdiff
path: root/bdep/options-types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-03-02 22:16:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-03-04 19:18:25 +0300
commitedfeacac8a8f08f3b022cc561cc992d5a12fcf51 (patch)
treebc1c0d62b94716fa83114f05d9f6812d41c42e0a /bdep/options-types.hxx
parent48f4687510f9c7ad2b0c2baff3b14a181201f221 (diff)
Add support for --stdout-format to bdep-status command
Diffstat (limited to 'bdep/options-types.hxx')
-rw-r--r--bdep/options-types.hxx5
1 files changed, 5 insertions, 0 deletions
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