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
In the eve-starter directory, you can launch the Program Switcher:
19
19
20
-
```
20
+
```sh
21
21
npm start
22
22
```
23
23
@@ -27,21 +27,21 @@ This will open your browser to the Program Switcher, which allows you can run th
27
27
28
28
Eve documents are written in Markdown, where Eve code is embedded in code blocks. You can run a specific `*.eve` file by providing its path as an argument:
29
29
30
-
```
30
+
```sh
31
31
npm start -- path/to/program.eve
32
32
```
33
33
34
34
### Command Line Options
35
35
36
36
The command line interface accepts a number of configuration options, which can be displayed using the help command:
37
37
38
-
```
38
+
```sh
39
39
npm start -- --help
40
40
```
41
41
42
42
The available options include:
43
43
44
-
```
44
+
```help
45
45
-h, --help output usage information
46
46
-W, --workspace <name>:<path> Search path(s) for programs
0 commit comments