Skip to content

Commit 3898453

Browse files
docs(export): clarify bulk-only 0/1/2 exit codes in CLI help
1 parent fa8564b commit 3898453

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/export.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
0 — all sessions exported successfully (or nothing to export, no errors)
1616
1 — total failure (no sessions exported; one or more errors)
1717
2 — partial failure (some sessions exported, some failed)
18-
(exit codes apply to bulk export only; --session single-export always exits 0)
18+
(0/1/2 mapping applies only to bulk export; single-session exports may exit
19+
0 or non-zero, e.g. cmd_export can call _die and exit 1)
1920
"""
2021

2122
import argparse

0 commit comments

Comments
 (0)