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

Making an error message for running decompress without arguments #63

Closed
GabrielSimonetto opened this issue Oct 6, 2021 · 1 comment
Closed
Labels
bug Something isn't working high priority

Comments

@GabrielSimonetto
Copy link
Collaborator

GabrielSimonetto commented Oct 6, 2021

When decompress used to be the default command, running ouch would prompt up the help menu, as it also does now, however, since we made the decompress command explicit, now it needs a default behaviour to throw an error message

Right now it panics:

$ ouch decompress
thread 'main' panicked at 'not yet implemented: Complain that no decompression arguments were given.', src/cli.rs:128:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@marcospb19 marcospb19 added bug Something isn't working high priority labels Oct 6, 2021
@vrmiguel
Copy link
Member

vrmiguel commented Oct 6, 2021

Closed by 4041084

@vrmiguel vrmiguel closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

No branches or pull requests

3 participants