aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.hxx
blob: 4f62a1e1d01e23e6f3e2d774f0a0a1eea60bf27e (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/rep-info.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_REP_INFO_HXX
#define BPKG_REP_INFO_HXX

#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>

#include <bpkg/rep-info-options.hxx>

namespace bpkg
{
  int
  rep_info (const rep_info_options&, cli::scanner& args);

  default_options_files
  options_files (const char* cmd,
                 const rep_info_options&,
                 const strings& args);

  rep_info_options
  merge_options (const default_options<rep_info_options>&,
                 const rep_info_options&);
}

#endif // BPKG_REP_INFO_HXX