-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(exa PR) 1064: Add -A option for more compatibility with ls #43
Conversation
…er default - use same arguments as ls - prioritize `--almost-all` as it's a sane default Note: I'd propose to stop complaining when `--tree --all --all` is used and just falling back to `--tree --all`
Rust optimizes them away anyways (basic test on godbolt does confirm)
I arrived at an implementation that does what we want and is pretty concise imo One thing I'd like your opinion on: I think it makes sense to not err when |
I agree!
Wym by this? |
Your changes seem to work without breaking anything, and Is this ready to merge? |
Well when |
ogham/exa#1064