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
Proposal:
Convert parseCommaSeparatedValues at variadic function
for disabling ToLower when it's needed
Or the ToLower is useless ?
With a mount point like
/mnt/PrimLinetheduf -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 ?