From aa84192afc90fa2cb0b674d4bf5366a7f845a1a0 Mon Sep 17 00:00:00 2001 From: Yassir Najmaoui <43155068+yassirnajmaoui@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:42:37 -0400 Subject: [PATCH] Forgotten definition in class header --- include/cxxopts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 2afad9b..b58d113 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -1893,7 +1893,7 @@ class Options } std::string - help(const std::vector& groups = {}) const; + help(const std::vector& groups = {}, bool print_usage=true) const; std::vector groups() const;