Skip to content

Commit 0a2f8e8

Browse files
style: pre-commit.ci fixes
1 parent cbcd6e0 commit 0a2f8e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,9 +1077,11 @@ option_groups. These are:
10771077
along with the parent for subcommands with fallthrough.
10781078
- `.get_option_no_throw(name)`: Get an option pointer by option name. This
10791079
function will return a `nullptr` instead of throwing if the option is not
1080-
available. This method will not search parents of option_options or nameless subcommands regardless of fallthrough status 🚧, this behavior is slightly different from `get_option`.
1080+
available. This method will not search parents of option_options or nameless
1081+
subcommands regardless of fallthrough status 🚧, this behavior is slightly
1082+
different from `get_option`.
10811083
- `.get_options(filter)`: Get the list of all defined option pointers (useful
1082-
for processing the app for custom output formats). If used on a subcommand
1084+
for processing the app for custom output formats). If used on a subcommand
10831085
will also get options that are in the parent app if the subcommand has
10841086
fallthrough (and is not nameless 🚧).
10851087
- `.parse_order()`: Get the list of option pointers in the order they were

0 commit comments

Comments
 (0)