Closed cakebaker closed 1 year ago
@cakebaker, what is your preferred solution here? Should we remove --long
?
I don't have a preferred solution here and the proposed solution in the PR looks good to me.
I think we should make the decision whether to remove --long
independent of this issue. And because it is tested and documented, I tend to keep it.
I was thinking it's a bit confusing as it is now with the workaround. But I do like having --long
too, so I guess we'll keep it for now.
GNU
ls
usesls --l
as a shortcut for--literal
:uutils
ls
, on the other hand, usesls --l
as a shortcut for--long
(our extension to GNUls
):