Skip to content

Commit b022a70

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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/export.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +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-
<<<<<<< HEAD
1918
(0/1/2 mapping applies only to bulk export; single-session exports may exit
2019
0 or non-zero, e.g. cmd_export can call _die and exit 1)
21-
=======
22-
(exit codes apply to bulk export only; --session single-export always exits 0)
23-
>>>>>>> fa8564b (fix(cli): accurate attempt count, elif, stdout on success in exit summary)
2420
"""
2521

2622
import argparse

0 commit comments

Comments
 (0)