aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-15 15:24:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-15 15:24:48 +0200
commit4f6abb0576e810b37d56ad3cafc67fac84682ec2 (patch)
treea8dbf336cea736b99a7ece1cb1e32b985e9f7934 /bdep/status.hxx
parentb44b4088f48a27bff88f8f010b8cd42303cbdad0 (diff)
Implement status command
Diffstat (limited to 'bdep/status.hxx')
-rw-r--r--bdep/status.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/status.hxx b/bdep/status.hxx
new file mode 100644
index 0000000..2ff45c8
--- /dev/null
+++ b/bdep/status.hxx
@@ -0,0 +1,19 @@
+// file : bdep/status.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_STATUS_HXX
+#define BDEP_STATUS_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/status-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_status (const cmd_status_options&, cli::scanner& args);
+}
+
+#endif // BDEP_STATUS_HXX