// 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 #include #include namespace bpkg { int help (const help_options&, const string& topic, void (*usage) (std::ostream&)); } #endif // BPKG_HELP