ITADN
casey/just/Issues

Feature request: absolute_path(args) works on a list

#3345Closedcft-prcoelho 创建于 2026-05-22
C
cft-prcoelhocommented
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 条评论