eza icon indicating copy to clipboard operation
eza copied to clipboard

bug: eza -FT no longer works

Open Jab2870 opened this issue 1 year ago • 6 comments

$ 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

Jab2870 avatar Feb 09 '24 09:02 Jab2870

I also face same of la alias

varunpalekar avatar Feb 10 '24 18:02 varunpalekar

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.

MartinFillon avatar Feb 10 '24 19:02 MartinFillon

I also get the same problem with 'exa -aalFh' after my last update on Manjaro.

jmnc2 avatar Feb 23 '24 00:02 jmnc2

Actually problem seems to be with any option being used after -F.

dkavlakov avatar Feb 27 '24 13:02 dkavlakov

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?

salkin-mada avatar Mar 19 '24 23:03 salkin-mada

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.

MartinFillon avatar Mar 20 '24 07:03 MartinFillon