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.cli32
1 files changed, 0 insertions, 32 deletions
diff --git a/bpkg/cfg-fetch.cli b/bpkg/cfg-fetch.cli
deleted file mode 100644
index 9cc75fd..0000000
--- a/bpkg/cfg-fetch.cli
+++ /dev/null
@@ -1,32 +0,0 @@
-// 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 list of available packages"
-
-namespace bpkg
-{
- {
- "<options>",
-
- "\h|SYNOPSIS|
-
- \c{\b{bpkg cfg-fetch}|\b{fetch} [<options>]}
-
- \h|DESCRIPTION|
-
- The \cb{cfg-fetch} command fetches the list of available packages for all
- the repositories that were previously added with the \l{bpkg-cfg-add(1)}
- command as well as all their complement and prerequisite repositories,
- recursively."
- }
-
- class cfg_fetch_options: configuration_options
- {
- "\h|CFG-FETCH OPTIONS|"
- };
-}