justfile_directory() -> canonical_justfile_directory()
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
usecase: I started to make a symlink to my justfile in the root of my filesystem /
to have access to my just-recipes from anywhere.
in this case the justfile is a symlink, this introduces an error justfile_directory() which is not resolved
> ln -s /path/to/justfile /
It would be nice the have a resolved canonical directory "canonical_justfile_directory()"
Contributor guide
Assessment
This issue has not been assessed yet.