Skip to content

feat(cli): format job list as table - #147

Closed
owainlewis wants to merge 1 commit into
mainfrom
codex/job-list-table
Closed

feat(cli): format job list as table#147
owainlewis wants to merge 1 commit into
mainfrom
codex/job-list-table

Conversation

@owainlewis

Copy link
Copy Markdown
Owner

What changed

  • format job list output with labeled, aligned columns
  • keep valid backends and invalid errors visually distinct
  • escape malformed filenames and control characters before terminal output
  • cover valid, invalid, malformed-name, and empty catalogs

Why

The previous unlabeled tab-separated row could look like three separate jobs instead of one job with status and backend fields.

Checks

  • cargo fmt -- --check
  • cargo test
  • cargo clippy --all-targets -- -D warnings
  • independent diff review: approved

@owainlewis
owainlewis marked this pull request as ready for review July 19, 2026 16:00

Copy link
Copy Markdown
Owner Author

The aligned job table has shipped on main in 165aece. Green replacement PR #156 preserves that formatter while restoring this PR's control-character escaping and malformed-name regression coverage. Closing this conflicting alternate implementation as superseded.

@owainlewis owainlewis closed this Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant