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

import: support import from a directory #48

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Conversation

embik
Copy link
Owner

@embik embik commented Jan 25, 2024

Fixes #44.

This ended up being a major rewrite of the error handling to a crate-specific error type. That's just internals though, the feature this PR implements is being able to run kbs import path/to/directory and let kbs attempt to import all files in that directory.

Signed-off-by: Marvin Beckers <mail@embik.me>
Signed-off-by: Marvin Beckers <mail@embik.me>
Signed-off-by: Marvin Beckers <mail@embik.me>
@embik embik added this to the v0.3 milestone Jan 25, 2024
@embik embik self-assigned this Jan 25, 2024
@embik embik removed this from the v0.3 milestone Jan 25, 2024
@embik embik merged commit a51aee5 into main Jan 25, 2024
2 checks passed
@embik embik deleted the import-from-directory branch January 25, 2024 17:21
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.

import: allow importing from a directory
1 participant