argparse/samples
Sean Robinson 9377e0d3b2 Use return in place of exit() in README and samples
Only those places in the README where an error is explicitly found in the
main function have been updated.  Other uses of exit are left untouched as
there is not enough context to know if return will work in that location.

Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2023-03-29 08:42:12 -07:00
..
CMakeLists.txt Remove link library from add_sample function 2022-10-06 13:57:25 -07:00
compound_arguments.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
custom_assignment_characters.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
custom_prefix_characters.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
description_epilog_metavar.cpp Add an explicit MIT license to each sample source file 2022-09-23 08:10:06 -07:00
gathering_remaining_arguments.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
is_used.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
joining_repeated_optional_arguments.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
list_of_arguments.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
negative_numbers.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
optional_flag_argument.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
parse_known_args.cpp Add an explicit MIT license to each sample source file 2022-09-23 08:10:06 -07:00
positional_argument.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
repeating_argument_to_increase_value.cpp Add an explicit MIT license to each sample source file 2022-09-23 08:10:06 -07:00
required_optional_argument.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00
subcommands.cpp Use return in place of exit() in README and samples 2023-03-29 08:42:12 -07:00