From 1c36adab776a900adc7325f412b1c8dd61b1a346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Mar 2018 15:22:51 +0200 Subject: Setup compilation, command line handling --- bdep/help.hxx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bdep/help.hxx (limited to 'bdep/help.hxx') diff --git a/bdep/help.hxx b/bdep/help.hxx new file mode 100644 index 0000000..224151a --- /dev/null +++ b/bdep/help.hxx @@ -0,0 +1,21 @@ +// file : bdep/help.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 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 -- cgit v1.1