Gating features in just like in rust.
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
One thing I'd like to do with my justfiles is gating recipes like one use feature gating in rust.
```rust
#[cfg(feature="categories")]
```
I'd like to do the following in just:
```just
#[cfg(feature="workinprogress")]
wip-recipe:
echo Not working yet
exit 1
```
Contributor guide
Assessment
This issue has not been assessed yet.