We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd1a71 commit 350af42Copy full SHA for 350af42
src/main.cpp
@@ -133,7 +133,7 @@ int main(int argc, char **argv) {
133
options.set_width(120);
134
std::cout << options.help() << std::endl;
135
std::cout << std::endl;
136
- print_format();
+ print_format(true);
137
138
std::cout << "This application uses the following libraries:" << std::endl;
139
std::cout << " - cxxopts by jarro2783 (https://github.com/jarro2783/cxxopts)" << std::endl;
0 commit comments