-
Notifications
You must be signed in to change notification settings - Fork 45
Adding the PrintGroupNames option #67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Bump. Don't want to bother you but hoping you take a look if you have a second. |
Hello.
I'm sorry but I'm on holidays, without any computer, I'll be back in one
week.
Sincerely
Arnaud
Le mer. 10 mai 2023, 06:27, Andy Gorman ***@***.***> a écrit :
… Bump. Don't want to bother you but hoping you take a look if you have a
second.
—
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA62VTFSEBZXULQC3MTET5TXFLHHXANCNFSM6AAAAAAXWKGFLU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@barasher thank you for the response. Enjoy your holiday. Talk when you get back. |
@barasher I believe you should be back now. If so can you take a look. If not then feel free to ignore this until you return. Thanks! |
Hi @agorman ! There's a little thing that bothers me with this implementation. What about adding another parameter that specifies which "number" to use ? Sincerely, |
Great point. Because the What do you think? |
Alternatively I could change |
I think that's the best option ! A string parameter would be great. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 80.54% 80.80% +0.26%
==========================================
Files 2 2
Lines 293 297 +4
==========================================
+ Hits 236 240 +4
Misses 40 40
Partials 17 17
☔ View full report in Codecov by Sentry. |
It seems great ! |
When running unit-tests, I have an error:
I tried:
My exiftool version:
What's your version ? Mine is outdated, I'll update it and try again. |
I've updated exiftool and all tests are passing |
Once more, thanks for the PR ! |
I'd like to use the -G option so I'd like to add the
PrintGroupNames
method.Thanks!