aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-09 11:32:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-09 11:32:50 +0200
commitcbd8296c7b86f7fc368d1133da3be3670b7923be (patch)
tree1f8c10aeaf0e19a7d198b06800c2e2a72e760499 /bpkg/rep-fetch-options.cli
parent82a8cf379ee19dbc66c62bfe78b436d4ab6b497a (diff)
Clean up command names, add aliases
Diffstat (limited to 'bpkg/rep-fetch-options.cli')
-rw-r--r--bpkg/rep-fetch-options.cli28
1 files changed, 0 insertions, 28 deletions
diff --git a/bpkg/rep-fetch-options.cli b/bpkg/rep-fetch-options.cli
deleted file mode 100644
index 8cb9ddb..0000000
--- a/bpkg/rep-fetch-options.cli
+++ /dev/null
@@ -1,28 +0,0 @@
-// file : bpkg/rep-fetch-options.cli
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-include <bpkg/configuration-options.cli>;
-
-"\section=1"
-"\name=bpkg-rep-fetch"
-"\summary=fetch available packages list"
-
-/*
-"\h{SYNOPSIS}
-
-bpkg rep-fetch [<options>]"
-
-"\h{DESCRIPTION}
-
-The \cb{rep-fetch} command recursively fetches the prerequisite repository
-and available package lists for all the repositories that were added
-(\cb{rep-add}) to the configuration."
-*/
-
-namespace bpkg
-{
- class rep_fetch_options: configuration_options
- {
- };
-}