aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-add-options.cli
blob: 9c81e4f838cbcf61c05021b9ad8212e4d3b65836 (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/cfg-add-options.cli
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

include <bpkg/configuration-options.cli>;

"\section=1"
"\name=bpkg-cfg-add"
"\summary=add repository to configuration"

/*
"\h{SYNOPSIS}

bpkg cfg-add [<options>] <rep>"

"\h{DESCRIPTION}

The \cb{cfg-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{cfg-fetch} command.
"
*/

namespace bpkg
{
  class cfg_add_options: configuration_options
  {
  };
}