You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple justfile where I want to use the absolute_path function on Windows:
default:
@just --list
echo-path:
ls {{absolute_path(".")}}
What I get is this:
$ just echo-path
ls C:\Users\jhenry\project
ls: cannot access 'C:Usersjhenryproject': No such file or directory
error: Recipe `echo-path` failed on line 5 with exit code 2
What is wrong here?
Thanks!
Just 1.13.0
The text was updated successfully, but these errors were encountered:
Hi,
This is a simple justfile where I want to use the
absolute_path
function on Windows:What I get is this:
What is wrong here?
Thanks!
1.13.0
The text was updated successfully, but these errors were encountered: