At line:1 char:22
+ cd "C:\dev\justtest" && just "foo"
+ ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
⏵ Task `foo` finished with exit code: 1
⏵ Command: C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -C 'cd "C:\dev\justtest" && just "foo"'
I'm trying out Just and zed-just with a very simple Justfile:
I get an error message: