onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

Dependency Manager: Determine Dependency Aliases If Top Level Is Given #1574

Open chasefleming opened 4 months ago

chasefleming commented 4 months ago

Currently, if you add an alias for a dependency, and it finds other dependencies it still prompts you if you'd like to add an alias. But, because you've given it the alias already, it should be able to determine the aliases for the alternate network based on what you gave it and remove prompts for the user.