-
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
positional-arguments
does not work with set shell?
#1559
Comments
This seems to be a duplicate of #1554 But also |
My mistake. I updated the last example. The arguments should expand by just.exe, whatever my default shell and OS are. |
Thanks for the clarification. So the |
Pretty sure |
@cspotcode As I understand it using |
No, My writeup in #1592 goes into greater detail. But you can experiment with the following justfile to understand the exact argv array that is being received by the target executable.
This proves that |
Ah, that's a bummer |
Work on PowerShell Core 7.4 with
Execute
|
@Cologler That's super nice! This has been a longstanding limitation. Is |
@casey |
Gotcha. I added a note to the readme in #2404. I think this is "fixed" and can be closed, since there's a good workaround. |
@casey Unlike |
For
Execute
just run 2023
print:For
Execute
just run 2023
print:For
Execute
just run 2023
print:Test on just 1.13.0.
The text was updated successfully, but these errors were encountered: