windl1n
Results
1
comments of
windl1n
what if add version into filename? like ``` .a.b.c.justfile a.b.c@justfile ``` which can be created by `just --init` and in justfile, when add new function, ``` [min(a.b.c)] foo: ... ```...