Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe listing has wrong indentation when nested modules are used #1901

Closed
Tracked by #929
vlaci opened this issue Feb 13, 2024 · 0 comments · Fixed by #2063
Closed
Tracked by #929

Recipe listing has wrong indentation when nested modules are used #1901

vlaci opened this issue Feb 13, 2024 · 0 comments · Fixed by #2063

Comments

@vlaci
Copy link

vlaci commented Feb 13, 2024

Consider the following layout:

.
├── a.just
├── b.just
└── justfile
# a.just

mod b

top-level:
    @echo top
# b.just

nested:
    @echo "nested"
# justfile

mod a

The output for the mid-level b module is misaligned, suggesting that b is available at the top level:

$ just --unstable --list
Available recipes:
    a:
        top-level
    b:
            nested
@casey casey linked a pull request May 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant