--force
Clear the cache and artifacts folder and recompile.
--libraries
libraries
Set pre-linked libraries.
The parameter must be in the format <remapped path to lib>:<library name>:<address>
, e.g. src/Contract.sol:Library:0x...
.
Can also be set in your configuration file as libraries = ["<path>:<lib name>:<address>"]
.
{{#include compiler-options.md}}
{{#include project-options.md}}
-o
path
--out
path
The project's artifacts directory.
--silent
Suppress all output.