aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.hxx
blob: e4b5f329d73d84748f8c5a351c92eed58db410be (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
// file      : bpkg/rep-create.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_REP_CREATE_HXX
#define BPKG_REP_CREATE_HXX

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

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

namespace bpkg
{
  int
  rep_create (const rep_create_options&, cli::scanner& args);

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

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

#endif // BPKG_REP_CREATE_HXX