Replies: 1 comment
-
I'm pretty open to adding functions, as long as they make sense. Feel free to open an issue proposing whatever you think might be useful. It's probably easiest to keep each individual PR/issue scoped to one function, or a group of related function, to keep review easy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
There are useful functions from Make that will make things easier in Just. F.e,
prefix
/suffix
which adds a prefix/suffix to a space delimited string of whatnot, orwildcard
which selects files that match a (glob)pattern. What do you think about porting some of them over?Beta Was this translation helpful? Give feedback.
All reactions