onyx-tasks/crates/onyx-cli/src
Claude a79dcc4617
test: cover CLI workspace resolver, date picker, saturating version
Add regression tests for the bugs found in this smoke test:

- resolve_workspace: by-name, by-UUID, unknown-identifier, current-fallback,
  actionable no-workspace message.
- DateTimePicker: selected-day highlight must be month-scoped; committing
  after navigating months uses the selected month, not the viewed one.
- create_task: version is saturating_add on u64::MAX (doesn't panic/wrap).

Also fixes the three pre-existing clippy warnings (WorkspaceMode now uses
#[derive(Default)] + #[default], repository test drops unused binding,
sync test uses struct-update syntax instead of field-reassign-default).
2026-04-17 16:32:22 +00:00
..
commands test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +00:00
main.rs fix(cli): print clean error chain instead of anyhow Debug with backtrace 2026-04-17 16:16:52 +00:00
output.rs rename onyx-cli crate (formerly bevy-tasks-cli) 2026-03-31 09:47:02 -07:00