You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just did some tests and it looks like any--time-style flag might trigger the issue. Per the man page:
--time-style=STYLE
How to format timestamps. Valid timestamp styles are `default', `iso', `long-iso',
`full-iso', `relative', or a custom style `+<FORMAT>' (e.g.,
`+%Y-%m-%d %H:%M' => `2023-09-30 13:00').
The --help output is missing the argument for some flags, so I got some wrong flag types when parsing it.
I fixed that and added completions, but seems I still got the flag type wrong for this one.
@rsteube Thanks! I'll be on the lookout for v1.2 or v1.1.1 or whatever is next.
Luckily this is a flag I do not need so no big hinderance if it takes a while. It's just for prettifying. (Though I didn't know about the full-iso option and yikes! That be wiiiiide.)
Current Behavior
When I try and tab-complete with
eza
with my preferred--time-style=long-iso
option:Expected Behavior
Tab completion should work.
Steps To Reproduce
eza --time-style=long-iso
Version
1.1.0
OS
Shell
Anything else?
No response
Polar
The text was updated successfully, but these errors were encountered: