Skip to content

Commit c6ec129

Browse files
henryiiiphlptp
andauthored
Apply suggestions from code review
Co-Authored-By: phlptp <top1@llnl.gov>
1 parent 41578de commit c6ec129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ There are several options that are supported on the main app and subcommands. Th
378378
- `.get_subcommands(filter)`: The list of subcommands given on the command line.
379379
- `.get_parent()`: Get the parent App or nullptr if called on master App.
380380
- `.get_option(name)`: Get an option pointer by option name will throw if the specified option is not available, nameless subcommands are also searched
381-
- `.get_option_no_throw(name)`: Gen an option pointer by option name, this function will return a `nullptr` instead of throwing if the option is not available.
381+
- `.get_option_no_throw(name)`: Get an option pointer by option name. This function will return a `nullptr` instead of throwing if the option is not available.
382382
- `.get_options(filter)`: Get the list of all defined option pointers (useful for processing the app for custom output formats).
383383
- `.parse_order()`: Get the list of option pointers in the order they were parsed (including duplicates).
384384
- `.formatter(fmt)`: Set a formatter, with signature `std::string(const App*, std::string, AppFormatMode)`. See Formatting for more details.

0 commit comments

Comments
 (0)