Validates command-line arguments. Override to add custom validation.
| remaining_args |
Positional arguments only (after option parsing). remaining_args[0] is the program name, remaining_args[1] is the first positional, etc. |
|
Error message string if validation fails, null if valid |