-
Notifications
You must be signed in to change notification settings - Fork 388
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
add '-L' option #565
add '-L' option #565
Conversation
Codecov ReportBase: 90.86% // Head: 91.79% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #565 +/- ##
==========================================
+ Coverage 90.86% 91.79% +0.93%
==========================================
Files 8 8
Lines 580 597 +17
==========================================
+ Hits 527 548 +21
+ Misses 53 49 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Would love to see this get merged! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi.
IMO, this does not implement the -H
option, actually it implements the -L
option:
-L
,--dereference
when showing file information for a symbolic link, show information for the file the link references rather than for the link itself
Could you change the option and help text accordingly, please?!
@avdv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The help text is actually fine, thank you @t-mangoe!
Description
Thanks for contributing this Pull Request. Add a brief description of what this Pull Request does. Do tag the relevant issue(s) and PR(s) below. If required, add some screenshot(s) to support your changes.
I added
-H
-L
option.This PR closes the #515 issue.
ls -lH
#515