Skip to content

Commit 9ad57b0

Browse files
committed
Update README.md with new usage
1 parent 13247f2 commit 9ad57b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ To contribute to the project, fork this GitHub repository and create a pull requ
2323
## Usage
2424

2525
```
26-
$ usage: generate.py [-h] [-v] [-f IN_FILE] [-o OUT_FILE] [-p | --parts_only | --no-parts_only] [-c | --connections_only | --no-connections_only]
26+
usage: generate.py [-h] [-v] [-f IN_FILE] [-o OUT_FILE] [-p | --parts_only | --no-parts_only] [-c | --connections_only | --no-connections_only]
27+
[-t | --test | --no-test]
2728
2829
generate.py is a lookup table generator tool for wokwi
2930
@@ -38,6 +39,8 @@ options:
3839
dump wokwi parts list only (default: 0)
3940
-c, --connections_only, --no-connections_only
4041
dump wokwi connections list only (default: 0)
42+
-t, --test, --no-test
43+
add an Arduino MEGA as test framework and generate Arduino verification code (default: 0)
4144
```
4245

4346
Examples:

0 commit comments

Comments
 (0)