X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2FNestedCommandLineApp.h;h=b4a9865d0e54b98d5141f3ec8083a1164c221604;hp=3280b61c39565be5aa07331be402694d4efad181;hb=3c0df74643b83f1362b1053082c5e27a96f2c6e3;hpb=69bd8deb890fb6d2c648815e8e986f1cd1b93fac diff --git a/folly/experimental/NestedCommandLineApp.h b/folly/experimental/NestedCommandLineApp.h index 3280b61c..b4a9865d 100644 --- a/folly/experimental/NestedCommandLineApp.h +++ b/folly/experimental/NestedCommandLineApp.h @@ -67,6 +67,8 @@ class NestedCommandLineApp { explicit NestedCommandLineApp( std::string programName = std::string(), std::string version = std::string(), + std::string programHeading = std::string(), + std::string programHelpFooter = std::string(), InitFunction initFunction = InitFunction()); /** @@ -142,6 +144,8 @@ class NestedCommandLineApp { const std::vector& args); std::string programName_; + std::string programHeading_; + std::string programHelpFooter_; std::string version_; InitFunction initFunction_; boost::program_options::options_description globalOptions_;