Jacob Herbst
Jacob Herbst
### Description Whenever i try to use `docker build` it is referencing `buildx`, and this is not at all what i expect. Specifically: ``` ❯ docker build docker: 'buildx' is...
This commit is in reference to: https://github.com/casey/just/issues/2195 It took me some time to implement this feature, with getting to understand the layout, trying to parameterize it to remove code duplication...
I think a `--recursive` flag could be useful in a couple of different commands e.g. instead of `--list-submodules` or in `--groups` to also include groups from modules.
In v.1.29.1, I can do something like `just --list ` and see the recipes for a given submodule. It would be great if I could do something along the lines...
This PR is an attempt at solving an issue I and others have with wanting "python-like" keyword-arguments / named-parameters. See e.g. https://github.com/casey/just/issues/605 I think it is an overall need solution...