You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Add explicit CLI test for --timeout 0 behavior (issue #112)
Adds test_cli_timeout_zero_is_unlimited to verify the fix for GitHub issue #112:
- --timeout 0 is parsed as Some(0) (unlimited)
- --timeout N is parsed as Some(N)
- No --timeout flag results in None (use config/default)
0 commit comments