mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Support legacy submodules #116

Closed mario-eth closed 3 weeks ago

mario-eth commented 1 month ago

Some dependencies that are installed have submodules as sub-dependencies as well. Currently, Soldeer does not deal with that at all. We should have an argument like

soldeer install .... .... ... --submodules

This will tell to the CLI to pull all the dependencies in the lib directory in the installed dependency.

mario-eth commented 3 weeks ago

fixed in 0.3.0