-
-
Notifications
You must be signed in to change notification settings - Fork 848
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
fd -l/--list-details doesn't work in busybox #783
Comments
Thank you for reporting this. We already do some guesswork to call Lines 194 to 266 in f60b768
... but we don't have a specialized option for the busybox version of |
Yeah, alternatively, as a simpler option, are the short This run as mentioned was on a GitHub action, so fixing detection and ensuring no regression should be fairly easy at least. |
Using |
Makes sense.
Well they were certainly reported in the help on the GitHub actions run as above, I wonder if they just don't bother with the complexity of long parsing in BusyBox. |
from the man page of busybox it does appear that |
Pedant, the |
Ah you're right. Are there any common implementations that are missing that? |
@tmccombs Not to my knowledge. It's present in at least coreutils, busybox, *BSD, and macOS. |
Yeah likewise here. I guess you could stick a preemptive comment in the code to write your own -h function if some OS doesn't handle it in future. |
Implement `--list-details` by using short options for `ls` to support more platforms (like BusyBox) closes #783
Describe the bug you encountered:
Try to use
fd -l
in my specific casefd --extension json --list-details
Describe what you expected to happen:
The correct long list
What version of
fd
are you using?Installing fd (8.2.1-r0)
Which operating system / distribution are you on?
node:lts-alpine3.13
Executing busybox-1.32.1-r6.trigger
GitHub action
The text was updated successfully, but these errors were encountered: