aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-fetch.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-fetch.cli')
-rw-r--r--bpkg/cfg-fetch.cli28
1 files changed, 28 insertions, 0 deletions
diff --git a/bpkg/cfg-fetch.cli b/bpkg/cfg-fetch.cli
new file mode 100644
index 0000000..6b889cc
--- /dev/null
+++ b/bpkg/cfg-fetch.cli
@@ -0,0 +1,28 @@
+// file : bpkg/cfg-fetch.cli
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+include <bpkg/configuration.cli>;
+
+"\section=1"
+"\name=bpkg-cfg-fetch"
+"\summary=fetch available packages list"
+
+/*
+"\h{SYNOPSIS}
+
+bpkg cfg-fetch [<options>]"
+
+"\h{DESCRIPTION}
+
+The \cb{cfg-fetch} command recursively fetches the prerequisite repository
+and available package lists for all the repositories that were added
+(\cb{cfg-add}) to the configuration."
+*/
+
+namespace bpkg
+{
+ class cfg_fetch_options: configuration_options
+ {
+ };
+}