aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help
blob: 9c81e7e90588009b083797afd68a16f69ca1872c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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>
#include <bpkg/help-options>

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

#endif // BPKG_HELP