We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With a mount point like /mnt/PrimLine the duf -only-mp "*Prim*" find nothing This is due to the strings.ToLower at /main.go#L109
/mnt/PrimLine
duf -only-mp "*Prim*"
Proposal: Convert parseCommaSeparatedValues at variadic function for disabling ToLower when it's needed Or the ToLower is useless ?
The text was updated successfully, but these errors were encountered:
🐛 fix(muesli#172): capital letters with wildcard matching
31d1455
Signed-off-by: Adrien Kara <[email protected]>
My PR #245 fix this issue
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
With a mount point like
/mnt/PrimLine
theduf -only-mp "*Prim*"
find nothingThis is due to the strings.ToLower at /main.go#L109
Proposal:
Convert parseCommaSeparatedValues at variadic function
for disabling ToLower when it's needed
Or the ToLower is useless ?
The text was updated successfully, but these errors were encountered: