casey / just

🤖 Just a command runner
https://just.systems
Creative Commons Zero v1.0 Universal
17.59k stars 399 forks source link

add --no-aliases flag to not show aliases when using --list #1961

Closed WJehee closed 1 month ago

WJehee commented 2 months ago

Hey there, this is my first contribution to this project, please let me know if any changes need to be made.

This PR aims to fix https://github.com/casey/just/issues/1891, since I came across the same problem. I implemented the completions files, but I wasn't able to test most of them, I use zsh myself but the completions did not seem to work, although I could see them when passing --completions=zsh, perhaps you know what the problem is?

casey commented 1 month ago

Looks good to me! This just needs a test.

WJehee commented 1 month ago

Added a test, I'm not sure if the standard is to create a new file for this but that is what I did

casey commented 1 month ago

Looks like there's an issue with formatting.

casey commented 1 month ago

Merged!