-
Notifications
You must be signed in to change notification settings - Fork 15
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
Handing private commands #43
Comments
Yes, I agree.
Sounds good to me. |
Ok, I might have time to contribute a PR this evening :) |
|
The latest change handles this, thanks for the report! |
Hi there,
I have a justfile that looks like this:
By default, justl shows this:
But
_default
and_rebuild
are private tasks - if I run just --list, I see:I think this should be the default behaviour.
I was able to fix this by adding
seq-remove
tojustl--parse
like so:What do you think? We could use
let*
and instead optionally filter the list before sorting it against the index, so that previous behaviour could be preserved by enabling a feature-flag?(Btw Sorry, I haven't had the chance to catch up on #39, I'll try to get to that this week!)fixed!The text was updated successfully, but these errors were encountered: