eza
eza copied to clipboard
bug: eza -FT no longer works
$ eza --version
eza - A modern, maintained replacement for ls
v0.18.0 [+git]
https://github.com/eza-community/eza
As the title says:
$ eza -FT
eza: Flag -F cannot take a value
This previously worked. eza -TF
does work, but mussel memory is the other way around
I also face same of la
alias
Well, this is mostly due to the current parser, @cafkafk we kinda need clap to be merged asap. As it would resolves issuess like that.
I also get the same problem with 'exa -aalFh' after my last update on Manjaro.
Actually problem seems to be with any option being used after -F.
Yeah it seems that somewhere between version 0.17.3 (homebrew) and 0.18.17 (arch) ls
compatibility is broken (in regards to the positioning of flag -F
).
@MartinFillon is there work being done on merging clap? branch-x
?
YEah so it got broked when --classify (aka -F) started taking optional args. As per clap I am waiting for @cafkafk review
I am trying my best in order to merge everything in the best way possible.