swanky-cli icon indicating copy to clipboard operation
swanky-cli copied to clipboard

Pass options object to `Spinner.runCommand`

Open codespool opened this issue 3 years ago • 0 comments

This fix: https://github.com/AstarNetwork/swanky-cli/issues/24 has caused some undesired behaviour (init command exits if yarn install fails, and doesn't create config file), so an additional param shouldExitOnError was added.

Since there are a lot of optional params, it makes sense to put those together into a single options param.

codespool avatar Nov 19 '22 19:11 codespool