aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add-options.cli
blob: e9abf51544c74c9f2a07fb32ecb5c093efc8b0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// 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
  {
  };
}