Automattic / hostmgr

A tool for managing macOS VM hosts
Mozilla Public License 2.0
9 stars 3 forks source link

Consolidate Configuration #49

Closed jkmassel closed 1 year ago

jkmassel commented 1 year ago

Refactors the Configuration object to move File System paths into a new Paths struct – this makes it so that paths are no longer user-configurable, but it also moves us closer to not requiring a configuration file at all.

Part of the path to catching up the trunk branch with the 0.15.13 release.

jkmassel commented 1 year ago

Thanks for the feedback @mokagio – I'll land this to keep things moving