-
Notifications
You must be signed in to change notification settings - Fork 500
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
win10 just 0.10.6 sed output / .user.profile convention #1077
Comments
Are you calling just from a checkout of the just project itself? If so, then you have the project justfile in a parent directory, which calls |
Thank you, that was what I was running into! :) I am trying to get system wide recipes via a .user.justfile in my %USERPROFILE% directory. just is not seeing the recipes in the .user.justfile. |
Nice, glad you got it working.
You'll need to invoke
|
Is there an issue with having just pull in the .user justfile automatically? alias / doskey / Set-Alias etc work in the shell but not ideal (invoking from script using system just); would expect user profile files to apply to the user. --justfile ~/.user.justfile is a strange convention if it requires it to be fully specified. |
I think this comes closest: #1036 It would allow putting fallback recipes in |
I'm uncertain at this time how to go about doing that. I will watch the issue; it's really not a huge deal, I was just interested to see how the profile would work. thanks for the responses. |
Installed just via cargo. Running the version command works fine and doesn't say anything about sed.
using the keybase example renamed to justfile. The default recipe works fine. With no arguments in a directory with no justfile, I get information about a sed invalid option E and something about "cargo ltest". I have no idea why I would be getting any output from sed?!
The text was updated successfully, but these errors were encountered: