( handle_args_with_parser )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( parse_args_overview ) | use argparse | - | - | - | implement with while, case, shift |
| ( parse_positional_args ) | → | - | - | - | - |
| ( parse_positional_args_variant ) | nargs | - | - | - | - |
| ( parse_optional_args ) | → | - | - | - | - |
| ( candidate_values ) | choices= | - | - | - | - |
| ( custom_error ) | parser.error() | - | - | - | - |
| ( example_switch_input_stdin_or_file ) | → | - | - | - | - |