-
Notifications
You must be signed in to change notification settings - Fork 16
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
Only justfile filename is recognized #13
Comments
Yeah, I agree this is a issue.
I think this mode supports Line 189 in 73cb3a8
|
Yes, .justfile does work for me. I wrote the issue with the 'just' README on one side and only seeing the hardcoded 'justfile' on the other side, assuming only 'justfile' is supported. Then all is left is the case insensitive matching. |
Cool, thanks for the confirmation. :-) |
Yes seems to work ok, thank you. |
Cool. Fixed via #14 |
Is the support for .justfile drop? The current code seems to find justfile only. Line 156 in 476bf9c
|
@liebkne Don't think that was intentional, PRs welcome. |
Fixed via #63 |
just
detects a justfile without regarding the case (so also accepts Justfile, JUSTFILE, etc.) and even .justfile if you want to hide it.justl only recognizes 'justfile', so it would be nice if both tools perform the same lookup mechanism.
The text was updated successfully, but these errors were encountered: