dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
173 stars 84 forks source link

fix: file not found when installing an extension with no commands #3871

Closed ericswanson-dfinity closed 2 months ago

ericswanson-dfinity commented 2 months ago

Description

dfx extension install no longer reports file not found if installing an extension that does not have any subcommands.

No extensions exist like this yet, so there is nothing to note in the changelog

How Has This Been Tested?

Added e2e tests

Checklist: