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

#ifndef BDEP_NEW_HXX
#define BDEP_NEW_HXX

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

#include <bdep/new-options.hxx>

namespace bdep
{
  int
  cmd_new (cmd_new_options&&, cli::group_scanner& args);

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

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

#endif // BDEP_NEW_HXX