aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-16 16:12:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-16 16:12:31 +0200
commitac6df7a77682bf33b486d451c67ed9650bd9bc2f (patch)
tree144c60ce90390e0eb07f73843606daab61753758 /bpkg/pkg-status
parent829c0083b1684e7513e0bd1bb0a92f767ba83f77 (diff)
Implement pkg-status, pkg-purge commands; start ad-hoc test
Diffstat (limited to 'bpkg/pkg-status')
-rw-r--r--bpkg/pkg-status17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/pkg-status b/bpkg/pkg-status
new file mode 100644
index 0000000..98bd014
--- /dev/null
+++ b/bpkg/pkg-status
@@ -0,0 +1,17 @@
+// file : bpkg/pkg-status -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_PKG_STATUS
+#define BPKG_PKG_STATUS
+
+#include <bpkg/types>
+#include <bpkg/pkg-status-options>
+
+namespace bpkg
+{
+ void
+ pkg_status (const pkg_status_options&, cli::scanner& args);
+}
+
+#endif // BPKG_PKG_STATUS