diff --git a/src/test_cli.py b/src/test_cli.py index b6c52c4..29f63ef 100644 --- a/src/test_cli.py +++ b/src/test_cli.py @@ -22,7 +22,7 @@ class Exited(Exception): class ParseResult(TypedDict, total=False): - status: int + status: int | str | None args: dict[str, Any] error: bool out: str