aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-fetch-options.cli
blob: 696627fe508addfb0da4e2dd729e2f3e25d7b58b (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
// file      : bpkg/cfg-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-cfg-fetch"
"\summary=fetch available packages list"

/*
"\h{SYNOPSIS}

bpkg cfg-fetch [<options>]"

"\h{DESCRIPTION}

The \cb{cfg-fetch} command recursively fetches the prerequisite repository
and available package lists for all the repositories that were added
(\cb{cfg-add}) to the configuration."
*/

namespace bpkg
{
  class cfg_fetch_options: configuration_options
  {
  };
}