@labelbox/recursion-cli 0.0.47 → 0.0.48
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
`recursion` — the Recursion CLI. It mirrors the TypeScript SDK
|
|
4
4
|
(`@labelbox/recursion-sdk`) exactly: where the SDK is `rl.synthesizers.create(...)`, the
|
|
5
5
|
CLI is `recursion synthesizers create …`. Dots become spaces; you get `--help` at every
|
|
6
|
-
level. The
|
|
7
|
-
runs the same command tree;
|
|
6
|
+
level. The short `rl` executable remains a permanently supported convenience alias and
|
|
7
|
+
runs the same command tree; documentation uses the canonical `recursion` spelling.
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
10
|
recursion --help # list nouns (synthesizers, synthesizer-runs)
|