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
After the cli compiled succesfully you can use it via:
16
+
```bash
17
+
code0-cli
18
+
```
19
+
9
20
### Usage
10
21
(Stay inside the root directory when running the command)
11
22
@@ -14,43 +25,48 @@ Will download the latest Definitions from the Code0 Definition Repository.
14
25
15
26
If no feature is specified, all features will be downloaded. If a feature is specified, only that feature will be kept & can be loaded by one of the following languages: TypeScript, Rust.
16
27
28
+
-f (--features) is a list of features that will be downloaded.
29
+
-t (--tag) is the version tag of the release you want to select.
30
+
17
31
```bash
18
-
./cargo run download
19
-
./cargo run download -f feature_1 feature_2 feature_3
0 commit comments