Support for named-arguments in recipes. · Issue #2949 · casey/just · GitHub
Hello, I have a wish to be able to do something like: command arg1="default1" arg2="default2": .... and then be able to call just command arg2="override" without also have to specify the default for arg1. I know something similar can be ...