Easier ways to exclude CompilerAPIs from ape compile
command
#2259
Labels
category: feature
New feature or request
ape compile
command
#2259
Overview
right now to compile only vyper contracts, i do this:
ape compile contracts/*.vy
but that approach is a bit limited.
Specification
Have it automatically work w/o full path:
idea:
--exclude-compiler
flag?exclude_compiler config:
basically i dont want to uninstall
ape-solidity
but i dont want to compile solidity contracts in some projects.this may also be nice for some dependencies
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: