How to list submodule aliases in the main Justfile?
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
I have a Justfile which looks like this:
```just
mod A "A.just"
mod B "B.just"
alias a := A::a
alias b := B::b
```
`just --list` only tells me about the submodules but not aliases. In my use case I have a lot of aliases and submodules defined in a similar way and I want to ideally be able to list them. Is this something possible currently?
Contributor guide
Assessment
This issue has not been assessed yet.