You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+41-2Lines changed: 41 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,13 +80,52 @@ Follows the `json` module convention. All option parameters are keyword-only.
80
80
81
81
## CLI
82
82
83
-
Console scripts defined in `pyproject.toml`. Each uses argparse flags that map directly to the option dataclass fields above.
83
+
Console scripts defined in `pyproject.toml`. All three CLIs accept positional `PATH` arguments (files, directories, glob patterns, or `-` for stdin). When no `PATH` is given, stdin is read by default (like `jq`).
84
84
85
+
### Exit Codes
86
+
87
+
All CLIs use structured error output (plain text to stderr) and distinct exit codes:
0 commit comments