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

Decompressing file without extension gives bad error message #137

Closed
marcospb19 opened this issue Nov 2, 2021 · 1 comment
Closed

Decompressing file without extension gives bad error message #137

marcospb19 opened this issue Nov 2, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@marcospb19
Copy link
Member

$ ouch ouch decompress LICENSE
Some file you asked ouch to decompress lacks a supported extension.
Could not decompress /home/marcospb19/ouch/LICENSE.
thread 'main' panicked at 'not yet implemented: Dev note: add this error variant and pass the Vec to it, all the files lacking extension shall be shown: [
    "/home/marcospb19/ouch/LICENSE",
].', src/commands.rs:169:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@marcospb19 marcospb19 self-assigned this Nov 2, 2021
@marcospb19 marcospb19 added the bug Something isn't working label Nov 2, 2021
@marcospb19
Copy link
Member Author

Solved (not pushed yet), here is the new error message:

image

When multiple files, give comma separated list:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant