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 +9 -1
- package/dist/tutuca-cli.js +5077 -5039
- package/dist/tutuca-dev.js +243 -10
- package/dist/tutuca-dev.min.js +2 -2
- package/dist/tutuca-extra.js +13 -9
- package/dist/tutuca-extra.min.js +2 -2
- package/dist/tutuca.js +13 -9
- package/dist/tutuca.min.js +2 -2
- package/package.json +8 -11
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
|
-
|
|
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
|
|