aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add-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-add-options.cli
parent82a8cf379ee19dbc66c62bfe78b436d4ab6b497a (diff)
Clean up command names, add aliases
Diffstat (limited to 'bpkg/rep-add-options.cli')
-rw-r--r--bpkg/rep-add-options.cli30
1 files changed, 0 insertions, 30 deletions
diff --git a/bpkg/rep-add-options.cli b/bpkg/rep-add-options.cli
deleted file mode 100644
index e9abf51..0000000
--- a/bpkg/rep-add-options.cli
+++ /dev/null
@@ -1,30 +0,0 @@
-// file : bpkg/rep-add-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-add"
-"\summary=add repository to configuration"
-
-/*
-"\h{SYNOPSIS}
-
-bpkg rep-add [<options>] <rep>"
-
-"\h{DESCRIPTION}
-
-The \cb{rep-add} command adds the specified source repository to the
-configuration. Note that this command doesn't fetch the available
-packages list for the newly added repository. To do that, use the
-\cb{rep-fetch} command.
-"
-*/
-
-namespace bpkg
-{
- class rep_add_options: configuration_options
- {
- };
-}