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
Address remaining PR review comments, fix CI test failure, gate release to main tags
- params: change FromStr::Err from String to CliError so ? propagation works
- main: simplify param parse error handling now that Err is already CliError
- main: lock stdout once before jq output loop instead of per-iteration
- main: align --max-pages help text to match actual behavior
- README: align --max-pages description with CLI help
- login: fall back to stdin when no TTY (rpassword requires /dev/tty);
fixes test_login_flow failure in CI (error 6: no such device or address)
- e2e: update test_login_flow ignore reason to reflect actual requirement
- integration: simplify test_param_parse_error_produces_usage_error now
that parse error is already a CliError
- release.yml: remove pull_request trigger — release only fires on version tags
- release.yml: simplify plan job outputs (no more PR-vs-tag ternary logic)
- release.yml: add main-branch guard that rejects tags not on main
0 commit comments