BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.
MIT License
267 stars 98 forks source link

Add --allow-paths argument #24

Open XertroV opened 6 years ago

XertroV commented 6 years ago

Also refactored the way solc_args are created to make it a bit easier to add new arguments in future if needed.