Feature request: absolute_path(args) works on a list
Currently, with this recipe:
```justfile
example *args:
echo {{ absolute_path(args) }}
```
Running
`just example Cargo.lock Cargo.toml` resolves the path for the first argument, but not the second.
It would be nice if it worked like `prepend` which applies to all elements of the list.
关闭于 2026-06-12 1 条评论