We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8564b commit 3898453Copy full SHA for 3898453
1 file changed
scripts/export.py
@@ -15,7 +15,8 @@
15
0 — all sessions exported successfully (or nothing to export, no errors)
16
1 — total failure (no sessions exported; one or more errors)
17
2 — partial failure (some sessions exported, some failed)
18
- (exit codes apply to bulk export only; --session single-export always exits 0)
+ (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)
20
"""
21
22
import argparse
0 commit comments