From 94c3574492b6db6ae8d5fbef717f8e6f92f1d402 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Sep 2015 17:09:57 +0200 Subject: Command line options/commands/help infrastructure --- bpkg/help | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bpkg/help (limited to 'bpkg/help') diff --git a/bpkg/help b/bpkg/help new file mode 100644 index 0000000..69e8f69 --- /dev/null +++ b/bpkg/help @@ -0,0 +1,22 @@ +// 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 + +namespace bpkg +{ + class help_options; + + int + help (const help_options&, + const string& topic, + void (*usage) (std::ostream&)); +} + +#endif // BPKG_HELP -- cgit v1.1