aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.hxx
blob: a76e6a4de7b1c6e330f5c780c0017d9e7cabb8ee (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      : bdep/release.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_RELEASE_HXX
#define BDEP_RELEASE_HXX

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

#include <bdep/release-options.hxx>

namespace bdep
{
  int
  cmd_release (const cmd_release_options&, cli::scanner& args);

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

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

#endif // BDEP_RELEASE_HXX