aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.hxx
blob: 774d7d173bcb6ddfbe5db76fd5bc5520ef4c74ed (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      : bdep/release.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// 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