-
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
Change to print possible values for --format
#693
Comments
Hey! By print, do you mean |
Yes, that's right. |
I'm sorry, which one of these two? hahaha |
@marcospb19 Both. |
To avoid breaking changes to e.g., |
I can't think of a scenario where this would break |
I think this will not be able to handle complex chains |
Currently,
--format
takes aOsString
value.ouch/src/cli/args.rs
Lines 40 to 42 in 4a323ae
Change this to the following:
I think this will allow
--format
to print possible values.The downside to this is that it makes complex chains of file formats such as
.tar.gz.xz.zst.gz.lz4.sz
impossible.The text was updated successfully, but these errors were encountered: