Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrakananandi authored May 25, 2023
1 parent 948e9d6 commit 95b7051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ This has the following structure:
| `--random-seed` | use a random seed. Note this overrides any value specified by `--seed` |
| `--contract` | specify a specific contract name to mutate; by default mutate all contracts |
| `--functions` | specify one or more functions to mutate; by default mutate all functions |
| `--mutations` | specify one or more mutation operators to use; only generates mutants that are created using the specified operators |

Gambit also supports _pass-through arguments_, which are arguments that are
passed directly to solc. All pass-through arguments are prefixed with `solc-`:
Expand Down Expand Up @@ -436,4 +437,4 @@ for their excellent contributions to an earlier prototype of Gambit.


[config-examples]: https://github.com/Certora/gambit/blob/master/benchmarks/config-jsons/
[test6]: https://github.com/Certora/gambit/blob/master/benchmarks/config-jsons/test6.json
[test6]: https://github.com/Certora/gambit/blob/master/benchmarks/config-jsons/test6.json

0 comments on commit 95b7051

Please sign in to comment.