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

Wildcard support not working correctly in cli #19

Closed
joshuapeterson opened this issue Nov 10, 2019 · 1 comment · Fixed by #21
Closed

Wildcard support not working correctly in cli #19

joshuapeterson opened this issue Nov 10, 2019 · 1 comment · Fixed by #21

Comments

@joshuapeterson
Copy link

Wildcard and glob support in the CLI appears to be only reading the first file encountered. If I have a directory with the following files:

  • test1.jpg
  • test2.jpg
  • test3.jpg

and I run jpeg-autorotate test*.jpg, it will correctly process the first item and then no more.

icebob added a commit to icebob/jpeg-autorotate that referenced this issue Nov 28, 2019
@icebob icebob mentioned this issue Nov 28, 2019
johansatge added a commit that referenced this issue Dec 24, 2019
@johansatge
Copy link
Owner

Thx for reporting this! Fixed in 5.0.3.

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 a pull request may close this issue.

2 participants