feat: enforce output version v1 and add version subcommand
This commit is contained in:
@@ -145,7 +145,7 @@ fn normalize_groups_replies_and_sorts_threads_by_time() {
|
||||
|
||||
assert_eq!(doc.meta.repo, "org/repo");
|
||||
assert_eq!(doc.meta.pr_index, 42);
|
||||
assert_eq!(doc.meta.fetched_at.as_deref(), Some("2026-04-08T12:34:56Z"));
|
||||
assert_eq!(doc.meta.fetched_at, "2026-04-08T12:34:56Z");
|
||||
assert_eq!(doc.meta.base_branch, "main");
|
||||
assert_eq!(doc.meta.head_branch, "feature/x");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user