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

#ifndef BPKG_HELP
#define BPKG_HELP

#include <iosfwd>

#include <bpkg/types>

namespace bpkg
{
  class help_options;

  int
  help (const help_options&,
        const string& topic,
        void (*usage) (std::ostream&));
}

#endif // BPKG_HELP