Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filesystem refactor #188

Merged
merged 5 commits into from
Feb 3, 2023
Merged

Filesystem refactor #188

merged 5 commits into from
Feb 3, 2023

Conversation

rusq
Copy link
Owner

@rusq rusq commented Feb 3, 2023

The Filesystem handle was on Options, which is not a very good place for it.

After this change, Options (now named Config) contains a path, and filesystem is being initialised on New call.

It is possible to provide own Filesystem using WithFilesystem option.

@rusq rusq merged commit 59de1d8 into cli-remake Feb 3, 2023
@rusq rusq deleted the cli-remake-filesystem branch February 3, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant