-
Notifications
You must be signed in to change notification settings - Fork 76
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
ouch 0.4.0 incorrectly erases parent dir when using --dir .
#336
Comments
dir .
--dir .
To reproduce
|
it was probably fixed by #321. btw in case you didn't see #309, we can now make releases just by creating a tag, github actions will automatically build and upload the artifacts to a draft release, and all we need to do is to write the release notes and publish it |
Closing this since 0.4.1 has been published on GitHub and crates.io |
--dir .
--dir .
Version
0.4.0
Description
ouch d <archive> --dir .
asks to overwrite.
and, if the response is yes, completely deletes the contents of.
Current Behavior
No response
Expected Behavior
No response
Additional Information
This behavior has already been fixed in HEAD, likely by #330 (or #321 ?). We just need to release
ouch 0.4.1
with this fix and the other smaller performance-related PRs as soon as possibleThe text was updated successfully, but these errors were encountered: