tutuca 0.9.18 → 0.9.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -94,7 +94,15 @@ tutuca help [command]
94
94
  | `doctor` | Lint + render smoke test over the whole module |
95
95
 
96
96
  Global flags: `-f, --format <cli\|md\|json\|html>`, `-o, --output <file>`, `--pretty`, `-h, --help`.
97
- Exit codes: `0` ok, `1` usage, `2` lint errors, `3` render crash.
97
+
98
+ Exit codes:
99
+
100
+ - `0` — success
101
+ - `1` — usage error (bad args, missing module, bad module shape)
102
+ - `2` — `lint` / `doctor` reported errors
103
+ - `3` — `render` / `doctor` crashed while rendering
104
+
105
+ All module-consuming commands (`info`, `list`, `examples`, `docs`, `lint`, `render`, `doctor`) follow this table.
98
106
 
99
107
  ### Usage examples
100
108