aboutsummaryrefslogtreecommitdiff
path: root/bdep/common.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/common.cli')
-rw-r--r--bdep/common.cli19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/common.cli b/bdep/common.cli
index 471f5a2..eb9c6ec 100644
--- a/bdep/common.cli
+++ b/bdep/common.cli
@@ -123,6 +123,25 @@ namespace bdep
multiple build options."
}
+ path --curl = "curl"
+ {
+ "<path>",
+ "The curl program to be used for network operations. You can also
+ specify additional options that should be passed to the curl program
+ with \cb{--curl-option}.
+
+ If the curl program is not explicitly specified, then \cb{bdep} will use
+ \cb{curl} by default."
+ }
+
+ strings --curl-option
+ {
+ "<opt>",
+ "Additional option to be passed to the curl program. See \cb{--curl} for
+ more information on the curl program. Repeat this option to specify
+ multiple curl options."
+ }
+
string --pager // String to allow empty value.
{
"<path>",