Files
HAL9000 84cfd6cb12
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 29s
CI / build (pull_request) Successful in 47s
CI / quality (pull_request) Successful in 1m2s
CI / push-validation (pull_request) Successful in 22s
CI / typecheck (pull_request) Successful in 1m6s
CI / security (pull_request) Successful in 1m13s
CI / e2e_tests (pull_request) Successful in 4m48s
CI / integration_tests (pull_request) Failing after 6m41s
CI / unit_tests (pull_request) Failing after 8m4s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 12m21s
CI / status-check (pull_request) Failing after 3s
fix(cli/session): fix tell --format help display and undefined test step
Rename the tell command's fmt parameter to format so Typer derives
--format from the Python parameter name, ensuring --format appears in
--help output across all Typer versions (fixes failing scenario at
tdd_session_tell_format_flag.feature:28).

Add single-quoted step definition for the 'does not contain' pattern to
match the feature step that wraps double-quoted text in single quotes
(resolves undefined step error at tdd_session_tell_format_flag.feature:34).

Add CHANGELOG.md entry documenting the --format flag addition to session
tell.

Refs: #10466
2026-06-06 23:51:47 -04:00
..