MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Fix applyConfig behavior #85

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

84 left applyConfig in something of a broken state. This PR fixes the behavior of applyConfig such that the config will transform argv, but only by setting properties that are valid arguments for the current command and that have not been specified by the user on the command line.

In addition, this PR makes the following changes:

Significant inline documentation is included via comments.