dfinity / dfxvm

dfx version manager
Apache License 2.0
7 stars 5 forks source link

refactor: PlanOptions #34

Closed ericswanson-dfinity closed 9 months ago

ericswanson-dfinity commented 9 months ago

Description

Moves the customizable parts of a Plan into a new PlanOptions struct, primarily so that the CLI layer can initialize them from command-line options.

For further context, see https://github.com/dfinity/dfxvm/pull/35

How Has This Been Tested?

Refactor covered by existing tests.