casey / just

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

When adding a pipe, command is not hidden #2004

Closed marcbria closed 4 weeks ago

marcbria commented 4 weeks ago

Try following justfile:

# This list of actions
test:
    @ just -l --unsorted | grep test

run:
    echo "Running..."

With just 1.23, first "just -l" is run, but command is shown.

marcbria commented 4 weeks ago

Sorry... after some time it worked again as expected. Is there any cache?