Adds "almost all" flag (-A) for compatibility with zsh's la alias#1049
Closed
ptcar2009 wants to merge 2 commits into
Closed
Adds "almost all" flag (-A) for compatibility with zsh's la alias#1049ptcar2009 wants to merge 2 commits into
ptcar2009 wants to merge 2 commits into
Conversation
ariasuni
requested changes
Mar 29, 2022
ariasuni
left a comment
Collaborator
There was a problem hiding this comment.
Well, the problem here is that your code change doesn’t handle the conflict between -a and -A. In exa in general, when using two contradictory flags, the latter is used. But here, exa -aaA would mean exa -aa, which is not quite what we want.
I think you should look at how --oneline overrides --long, for example.
Also, -AA should produce an error, see:
https://github.com/ogham/exa/pull/1049/files#diff-e691d70a9f56ceed21c51d53fe510b25dcc42814c641795e327ff141aaf704bdR172-R174
Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
This was referenced Jul 29, 2023
Collaborator
|
Closing this since exa is unmaintained (see #1243), and this has been done in the active fork eza. (see eza-community/eza#43) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.