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

#ifndef BDEP_HELP_HXX
#define BDEP_HELP_HXX

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

#include <bdep/help-options.hxx>

namespace bdep
{
  using usage_function = cli::usage_para (ostream&, cli::usage_para);

  int
  help (const help_options&, const string& topic, usage_function* usage);
}

#endif // BDEP_HELP_HXX