Casey Rodarmor
Casey Rodarmor
> And how do I do to get the private recipes listed with --list while keeping hidden the even more private recipes ? So you want to be able to...
It occurs to me that we could use clap to construct recipe argument parsers.
I'm not currently working on it. It's pretty complex, but it is a good feature.
Does this need to be a separate setting? I strikes me that `set dotenv-file` could be extended to accept either a single item, or an array of items, with a...
> I made the new setting in response to the comment here [#1748 (comment)](https://github.com/casey/just/issues/1748#issuecomment-2081443912). > > Originally I had setting it more then once here #1940. I think having a...
Also, this needs tests, including tests which cover how different ways dotenv files can be specified interact with each other.
Converting to a draft so I can keep track of what's ready to go. Feel free to undraft when it's ready!
I don't maintain packages for `just` in external package managers, just because I do a terrible job and they tend to get out of date, so they're all community-maintained. If...
First request: Check out #1201 for a proposal for a backwards-compatible way of introducing otherwise breaking changes. Tell me what you think. Is this a good idea? Is there a...
Second request: Initially, `just` used `sh` on all platforms. This required installing `sh` on Windows, but made justfiles work the same everywhere. Later, the `set windows-powershell` setting was introduced, which...