Loads all extension manifests into a map in main, rather than individually while building the clap commands.
This means the manifests are still available for instantiating the clap commands, but can also be used for upcoming work that will allow for extensions to provide for more options to dfx new.
Description
Loads all extension manifests into a map in main, rather than individually while building the clap commands.
This means the manifests are still available for instantiating the clap commands, but can also be used for upcoming work that will allow for extensions to provide for more options to
dfx new
.How Has This Been Tested?
Covered by existing e2e tests
Checklist: