mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
241 stars 26 forks source link

Add CLI args to skip interaction for all commands #185

Closed beeb closed 3 weeks ago

beeb commented 2 months ago

This is important to be able to use the commands in contexts where interaction is not possible via the prompts.

E.g. in the init command, we could add --config-location soldeer/foundry.

beeb commented 3 weeks ago

Closed via #218