crytic-compile icon indicating copy to clipboard operation
crytic-compile copied to clipboard

deprecate platform specific flags and reuse flags across platforms

Open 0xalpharush opened this issue 2 years ago • 0 comments

  --hardhat-ignore-compile
                        Do not run hardhat compile
  --hardhat-cache-directory HARDHAT_CACHE_DIRECTORY
                        Use an alternative hardhat cache directory (default ./cache)
  --hardhat-artifacts-directory HARDHAT_ARTIFACTS_DIRECTORY
                        Use an alternative hardhat artifacts directory (default ./artifacts)

We can reuse --ignore-compile and add global flags for cache-directory and artifacts-directory

0xalpharush avatar Jan 04 '23 21:01 0xalpharush