aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help
blob: 8bd55965a72f3961f257e5039407dc12ffe6ef47 (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
{
  int
  help (const help_options&,
        const string& topic,
        void (*usage) (std::ostream&));
}

#endif // BPKG_HELP