aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.hxx
blob: 252efdbf0064400e80c59720db59a6fbf154db48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : bpkg/help.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_HELP_HXX
#define BPKG_HELP_HXX

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

#include <bpkg/help-options.hxx>

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

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

#endif // BPKG_HELP_HXX