( command_line_interface )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( handle_args_direct ) | ( handle_args ) | → | - | - | - | → |
| ( handle_args_with_parser ) | ( parse_args_overview ) | → | - | - | - | → |
| ( parse_positional_args ) | → | - | - | - | - | |
| ( parse_positional_args_variant ) | → | - | - | - | - | |
| ( parse_optional_args ) | → | - | - | - | - | |
| ( candidate_values ) | → | - | - | - | - | |
| ( custom_error ) | → | - | - | - | - | |
| ( example_switch_input_stdin_or_file ) | → | - | - | - | - |