// file : bdep/help.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BDEP_HELP_HXX #define BDEP_HELP_HXX #include #include #include namespace bdep { using usage_function = cli::usage_para (ostream&, cli::usage_para); int help (const help_options&, const string& topic, usage_function* usage); } #endif // BDEP_HELP_HXX