aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.hxx
blob: c86b6bada9322eb18de9d613c663db64231455d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bdep/new.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// 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);
}

#endif // BDEP_NEW_HXX