Skip to content

Commit

Permalink
Merge pull request #238 from eseiler/misc/defer_init
Browse files Browse the repository at this point in the history
[MISC] Defer everything to parse()
  • Loading branch information
eseiler authored Feb 27, 2024
2 parents 8366490 + d44ad98 commit 64399ce
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 181 deletions.
2 changes: 1 addition & 1 deletion include/sharg/detail/format_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class format_help_base : public format_base
derived_t().print_line("See the respective help page for further details (e.g. by calling " + meta.app_name
+ " " + command_names[0] + " -h).",
true);
derived_t().print_line("The following options below belong to the top-level parser and need to be "
derived_t().print_line("The following options belong to the top-level parser and need to be "
"specified \\fBbefore\\fP the subcommand key word. Every argument after the "
"subcommand key word is passed on to the corresponding sub-parser.",
true);
Expand Down
Loading

0 comments on commit 64399ce

Please sign in to comment.