casey / casey/just

How to list submodule aliases in the main Justfile?

Open
#2,746 2 comments 0 reactions 0 assignees View on GitHub
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

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.