aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info.cli')
-rw-r--r--bpkg/rep-info.cli12
1 files changed, 12 insertions, 0 deletions
diff --git a/bpkg/rep-info.cli b/bpkg/rep-info.cli
index 8bad234..d2ce9b6 100644
--- a/bpkg/rep-info.cli
+++ b/bpkg/rep-info.cli
@@ -2,6 +2,8 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
+include <libbpkg/manifest.hxx>;
+
include <bpkg/common.cli>;
"\section=1"
@@ -91,6 +93,16 @@ namespace bpkg
manifests."
}
+ repository_type --type
+ {
+ "<type>",
+ "Specify the repository type with valid values being \cb{bpkg} and
+ \cb{git}. Normally the repository type can be automatically guessed by
+ examining its URL (for example, the presence of the \cb{.git}
+ extension) or, in case of a local repository, its content (for example,
+ the presence of the \cb{.git} subdirectory)."
+ }
+
string --directory|-d // String to allow empty value.
{
"<dir>",