aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
blob: e4244e6bc2909c2dc9b2b380227b05106caf48a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bdep/config.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_CONFIG_HXX
#define BDEP_CONFIG_HXX

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

#include <bdep/config-options.hxx>

namespace bdep
{
  int
  cmd_config (const cmd_config_options&, cli::scanner& args);
}

#endif // BDEP_CONFIG_HXX