Add `--include-private` to `just --list` and `just --summary`
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
Currently there is no way (that I know of) to get a complete list of recipes, including private. Would it be possible to add a flag like `--include-private` that displays them?
Contributor guide
Research direction
Start by locating the CLI handling for --list and --summary, then trace where private recipes are filtered from their output. Done means --include-private makes both commands include private recipes while the existing output remains unchanged without the flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100