aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-25 07:12:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-25 07:12:49 +0200
commit0143c3ff25a753df6f73d6319f7fb4a62a4d53c6 (patch)
tree82e8e799b6479cd17d646955e7b469f56b2117e4 /bpkg/rep-info
parent287c71ddc00f0db1436d557042b69c03dc448b13 (diff)
Implement rep-info command
Diffstat (limited to 'bpkg/rep-info')
-rw-r--r--bpkg/rep-info17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/rep-info b/bpkg/rep-info
new file mode 100644
index 0000000..8437a53
--- /dev/null
+++ b/bpkg/rep-info
@@ -0,0 +1,17 @@
+// file : bpkg/rep-info -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_REP_INFO
+#define BPKG_REP_INFO
+
+#include <bpkg/types>
+#include <bpkg/rep-info-options>
+
+namespace bpkg
+{
+ void
+ rep_info (const rep_info_options&, cli::scanner& args);
+}
+
+#endif // BPKG_REP_INFO