casey / casey/just

Any way to --dump all recipes also for recipes not supported on platform via e.g. [windows]

Open
#3,102 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
35.8k
Forks
846
Avg merge
27m
Merged PRs (30d)
3

Description

Hello,

is there any way to do `just --dump --dump-format` and see all recipes like:

```
[linux]
linux-command:
...

[windows]
windows-command:
...
```

would give:
```
"recipes": {
"linux-command": ...,
"windows-command": ...
}
```
Also would it be possible to do:

```
[linux]
x:

[windows]
x:
```

I know it can be done but I am unsure if this can be presented in json without breaking backwards compatibility.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.