We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e594c21 commit a54abe1Copy full SHA for a54abe1
README.md
@@ -53,15 +53,18 @@ Check out [REPRODUCING.md](REPRODUCING.md) for more detailed instructions.
53
## What's in this testcase?
54
55
To look at the contents of a testcase, run
56
-```
57
-python read_corpus.py --input <path/to/file>
+```shell
+poetry run read_corpus <path/to/file>
58
```
59
This will print out a list of contents inside the file.
60
61
## I want to generate a new testcase
62
63
-To generate a new testcase, run `python generate_corpus.py` with appropriate
64
-options.
+To generate a new testcase, run
65
+poetry run generate_corpus
66
+```
67
+with appropriate options.
68
69
# I want to enhance the fuzzer!
70
0 commit comments